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
2019-01-02
Release v0.2.0
v0.2.0
Shulhan
2018-12-18
Update release note for v0.2.0
Shulhan
2018-12-18
lib/http: add evaluator, a middleware between request and handler
Shulhan
2018-12-17
all: convert documentation to asciidoc format using asciidoctor
Shulhan
2018-12-17
lib/http: export content type constants
Shulhan
2018-12-17
lib/http: replace status error with package "lib/errors"
Shulhan
2018-12-17
lib/errors: new package for handling error with status code
Shulhan
2018-12-16
lib/http: handle large size of file that is not on memory
Shulhan
2018-12-16
Add documentation for lib/http
Shulhan
2018-12-16
lib/http: add custom error type for callback
Shulhan
2018-12-16
lib/http: rewrite test to use global callback and single client
Shulhan
2018-12-16
lib/http: rewrite test to use HTTP client instead of "httptest"
Shulhan
2018-12-16
lib/http: rename "path" variable to minimize conflict with package name
Shulhan
2018-12-16
lib/http: handle HTTP request OPTIONS
Shulhan
2018-12-16
lib/http: new package for simplifying writing HTTP server
Shulhan
2018-11-30
all: fix and suppress linter warnings on long lines
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-30
lib/io: use debug package
Shulhan
2018-11-30
all: fix linter warnings on naked return
Shulhan
2018-11-30
all: realigned some struct to minimize the size on memory
Shulhan
2018-11-30
all: ignore linting warnings on security related
Shulhan
2018-11-29
all: disable lint on functions that have cyclomatix complexity > 15
Shulhan
2018-11-29
lib/debug: ignore lint on init function
Shulhan
2018-11-29
lib/mining: replace init function with initFlags
Shulhan
2018-11-29
lib/ini: use package debug for initializing debug from environment
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
Release v0.1.0
v0.1.0
Shulhan
2018-11-29
README: update the formatting
Shulhan
2018-11-29
lib/git: add "--force" option to fetch command
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-11-29
README: update with latest packages in lib
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-11-28
lib/memfs: add documentation and example for New
Shulhan
2018-11-25
lib/memfs: add field content type to node
Shulhan
2018-11-24
lib/memfs: read symbolic link as actual file
Shulhan
2018-11-04
memfs: library for mounting local file system to memory
Shulhan
2018-11-02
lib/websocket: reformat comments
Shulhan
2018-10-31
lib/git: add function to fetch and list tags
Shulhan
2018-10-31
lib/bytes: add list of ASCII letters with numbers
Shulhan
2018-10-02
lib/contact: change the import parameter to oauth2 HTTP client
Shulhan
2018-10-01
Merge package "github.com/shuLhan/gontacts"
Shulhan
2018-10-01
lib/dns: use CloseIdleConnections method on transport
Shulhan
2018-09-29
lib/git: combine "--tags" options with "--all" on FetchAll
Shulhan
2018-09-27
lib/dns: increase debug value by one
Shulhan
2018-09-27
lib/dns: add field Kind to request
Shulhan
2018-09-27
lib/dns: reimplement request pooling for server
Shulhan
2018-09-26
lib/dns: use debug package
Shulhan
2018-09-26
lib/ini: add method to get key value as boolean
Shulhan
2018-09-26
lib/ini: move IsValueBoolTrue as common function
Shulhan
2018-09-26
lib/dns: use client address if send or query address parameter is nil
Shulhan
[next]