index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-03
Release share v0.26.0 (2021-05-03)
v0.26.0
Shulhan
2021-04-27
memfs: update the test ContentType for JavaScript files
Shulhan
2021-04-27
sql: make the column filename on table _migration as primary key
Shulhan
2021-04-27
big: add method Add, IsLess, IsGreater, and Scan
Shulhan
2021-04-23
math/big: add method IsZero on Int
Shulhan
2021-04-23
math/big: use consistent receiver name for Int methods
Shulhan
2021-04-23
math/big: extend Int to support marshal/unmarshal JSON
Shulhan
2021-04-22
paseto: replace le64() function with binary.Write()
Shulhan
2021-04-21
http: add the Total field to EndpointResponse
Shulhan
2021-04-21
big: extends the standard big.Int
Shulhan
2021-04-21
http: add field Page to EndpointResponse
Shulhan
2021-04-16
big: allow creating new Rat from uint64 and *big.Int
Shulhan
2021-04-12
.github: change the minimum Go version to 1.16
Shulhan
2021-04-11
ssh: check for empty private key file on Get and Put
Shulhan
2021-04-06
Release share v0.25.1 (2021-04-06)
v0.25.1
Shulhan
2021-04-06
go.mod: set the minimum Go version to 1.16
Shulhan
2021-04-06
Release share v0.25.0
v0.25.0
Shulhan
2021-04-06
websocket: suppress error on calling handleClose
Shulhan
2021-04-06
ssh: use the SSH agent to authenticate on NewClient
Shulhan
2021-04-05
ssh: ask for passphrase if private key is encrypted on generateSigners
Shulhan
2021-04-05
go.mod: update all dependencies
Shulhan
2021-03-27
http: add method to generate standard HTTP request on Client
Shulhan
2021-03-21
xmlrpc: add debug statements to print request and response
Shulhan
2021-03-21
http: add new line on debug output of doRequest
Shulhan
2021-03-14
http: remove parameter contentType on Client method Put
Shulhan
2021-03-14
Makefile: remove any cover.html and cover.out on task "clean"
Shulhan
2021-03-14
all: refactoring http.Client methods signature
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-03-14
http: fix the use of iota on list of ResponseType
Shulhan
2021-03-14
http: fix the use of iota on list of RequestType
Shulhan
2021-03-14
http: fix use of iota on list of RequestMethod
Shulhan
2021-03-14
http: add constants for content type multipart form
Shulhan
2021-03-06
Release share v0.24.0 (2021-03-06)
v0.24.0
Shulhan
2021-03-05
http: move the CORS options in ServerOptions to separate struct
Shulhan
2021-03-05
http: update package documentation with latest changes
Shulhan
2021-03-04
http: refactoring parameters on Callback and CallbackErrorHandler
Shulhan
2021-03-04
http: rename "GenericResponse" to "EndpointResponse"
Shulhan
2021-03-04
memfs: update the documentation with latest implementation
Shulhan
2021-03-03
mlog: change default time layout in the prefix
Shulhan
2021-03-03
ini: fix marshaling slice of pointer to struct
Shulhan
2021-03-01
http: add fields for paging on GenericResponse
Shulhan
2021-03-01
big: add method that implement sql/driver.Valuer for type Rat
Shulhan
2021-03-01
reflect: check using equal statement on IsNil
Shulhan
2021-03-01
ini: increase the debug value minimum to 3
Shulhan
2021-02-28
ini: update documentation and examples
Shulhan
2021-02-28
ini: add support for marshaling pointer to struct and to time.Time
Shulhan
2021-02-28
ini: refactoring unmarshal function
Shulhan
2021-02-25
ini: add support for marshaling slice of struct
Shulhan
2021-02-23
mlog: append new line character on Errf if its not end with it
Shulhan
2021-02-22
ini: move the struct type inside the example code
Shulhan
[next]