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
2022-02-05
Release share v0.34.0 (2022-02-05)
v0.34.0
Shulhan
2022-02-05
lib/http: use io.Copy instead of TeeReader for Download() method
Shulhan
2022-02-02
lib/os: implement function to Extract compressed and/or archived file
Shulhan
2022-01-30
lib/http: implement method Download() on Client
Shulhan
2022-01-30
lib/http: detach method setHeaders from Client
Shulhan
2022-01-30
lib/http: change the test port for testing HTTP server
Shulhan
2022-01-20
lib/websocket: return error if parameter is empty on RegisterTextHandler
Shulhan
2022-01-19
lib/sql: make the table migration customizable
Shulhan
2022-01-10
Release share v0.33.0 (2022-01-09)
v0.33.0
Shulhan
2022-01-09
github/workflows: remove step to get dependencies
Shulhan
2022-01-09
github/workflows: set go version to 1.17.6
Shulhan
2022-01-09
cmd/gofilemode: new command to decode the Go file mode
Shulhan
2022-01-09
lib/http: refactoring NewClient to accept single struct
Shulhan
2021-12-27
lib/memfs: skip mount if the Root node has been initialized
Shulhan
2021-12-26
lib/io: realign all structs
Shulhan
2021-12-26
lib/http: realign all structs
Shulhan
2021-12-26
lib/sql: make the TruncateTable run with cascade and restart identity
Shulhan
2021-12-26
lib/http: remove field memfs.Options in ServerOptions
Shulhan
2021-12-26
lib/memfs: add method Init
Shulhan
2021-12-20
lib/memfs: fix unit tests
Shulhan
2021-12-20
lib/memfs: embed the Embed options and GenFuncName
Shulhan
2021-12-20
lib/websocket: fix race conditition on handleText
Shulhan
2021-12-20
lib/websocket: add "ok" return value on ClientManager Context
Shulhan
2021-12-19
cmd/epoch: command line to print and parse Unix timestamp
Shulhan
2021-12-19
lib/memfs: realign struct Node, Options, PathNode, and on unit tests
Shulhan
2021-12-19
lib/memfs: remove field ContentEncoding from EmbedOptions and Node
Shulhan
2021-12-17
lib/email: convert the unit test for ParseMailbox to examples
Shulhan
2021-12-17
lib/email: realign the struct Mailbox
Shulhan
2021-12-17
lib/email: refacforing ParseMailbox
Shulhan
2021-12-16
lib/sql: check for EOF on loadSQL
Shulhan
2021-12-16
go.mod: update all dependencies
Shulhan
2021-12-03
Release share v0.32.0 (2021-12-03)
v0.32.0
Shulhan
2021-12-03
math/big: refactoring AddFloat to accept variadic interface{}
Shulhan
2021-12-03
math/big: refactor NewFloat to accept interface{} instead of float64 only
Shulhan
2021-11-19
math/big: realign struct fields on unit tests
Shulhan
2021-11-19
math/big: refactoring the Rat
Shulhan
2021-11-17
math/big: return nil on Quo and QuoRat instead of panic
Shulhan
2021-11-16
lib/dns: refactoring, change signature of client Lookup
Shulhan
2021-11-16
lib/dns: check error on Decode() in caches.read
Shulhan
2021-11-16
lib/dns: remove ineffectual assignment to err in Server runTCPForwarder
Shulhan
2021-11-15
lib/dns: refactoring ZoneFile into Zone
Shulhan
2021-11-15
lib/{email,spf}: changes related to refactoring lib/dns
Shulhan
2021-11-15
lib/dns: realign all struct fields
Shulhan
2021-11-15
lib/dns: refactoring message question
Shulhan
2021-11-14
lib/dns: refactoring the section header
Shulhan
2021-11-14
lib/dns: refactoring, introduce new type RecordClass
Shulhan
2021-11-14
lib/dns: refactoring, create type RecordType to represent type of RR
Shulhan
2021-11-14
lib/dns: add init method to RDataSOA
Shulhan
2021-11-13
lib/dns: remove internal field off from ResourceRecord
Shulhan
2021-11-13
lib/dns: remove unnecessary string convertion
Shulhan
[next]