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-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
2021-02-21
all: use the ciigo binary instead of library to generate docs
Shulhan
2021-02-21
clise: make all methods safe for concurrent use
Shulhan
2021-02-20
clise: add method Pop
Shulhan
2021-02-16
http: export the HandleFS method
Shulhan
2021-02-12
mlog: implement MultiLogger
Shulhan
2021-02-12
api/slack: implement client for webhook
Shulhan
2021-02-10
Makefile: run the test coverage using one CPU
Shulhan
2021-02-10
sql: print the values from the first example ExtractSQLFields
Shulhan
2021-02-10
http: revert the HeaderBearer back to HeaderAuthKeyBearer
Shulhan
2021-02-10
http: change signature of IPAddressOfRequest
Shulhan
2021-02-07
sql: change the parameter ExtractSQLFields to driver name
Shulhan
2021-02-07
http: add methods IPAddressOfRequest and ParseXForwardedFor
Shulhan
2021-02-06
http: add prefix Header to constants AcceptEncoding and ContentEncoding
Shulhan
2021-02-05
Release share v0.23.0 (2021-02-05)
v0.23.0
Shulhan
[next]