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
2024-02-04
Release share v0.53.0 (2024-02-04)
v0.53.0
Shulhan
2024-02-04
lib/memfs: protect internal [DirWatcher.fileWatcher] with mutex
Shulhan
2024-02-03
lib/memfs: fix flaky test on [Memfs.Get] with refresh
Shulhan
2024-01-30
lib/sql: refactor WhereFields to join where condition with holder as is
Shulhan
2024-01-29
lib/totp: add method GenerateWithTime and GenerateNWithTime
Shulhan
2024-01-29
test/mock: implement mock for crypto [rand.Reader]
Shulhan
2024-01-27
lib/sql: remove type Table
Shulhan
2024-01-27
lib/sql: support update, bind where condition, and subquery in Meta
Shulhan
2024-01-25
lib/sql: add method WhereHolder to Meta type
Shulhan
2024-01-25
lib/path: add method Keys and NKey, and export IsKeyExists
Shulhan
2024-01-25
lib/sql: add new type Meta
Shulhan
2024-01-25
lib/path: add example for [Route.Parse]
Shulhan
2024-01-25
lib/path: add method Set to Route
Shulhan
2024-01-25
lib/path: new package to work with path
Shulhan
2024-01-24
lib/http: simplify parameter names in Client method for godoc
Shulhan
2024-01-24
all: fix the warnings from linter revive
Shulhan
2024-01-24
_bin/go-mod-tip: use committer timestamp instead of author timestamp
Shulhan
2024-01-24
go.mod: update all dependencies
Shulhan
2024-01-24
lib/http: add support for If-Modified-Since in HandleFS
Shulhan
2024-01-24
lib/http: use raw string literal for string constants
Shulhan
2024-01-24
lib/http: update doc to use comment links
Shulhan
2024-01-24
lib/http: refactoring Range request, limit content served by server
Shulhan
2024-01-18
lib/http: add method Head to Client
Shulhan
2024-01-14
lib/ini: add method Keys
Shulhan
2024-01-14
lib/ini: use method IsExported in marshalStruct
Shulhan
2024-01-06
Release share v0.52.0 (2024-01-06)
v0.52.0
Shulhan
2023-12-26
ssh/config: refactoring the Config merge
Shulhan
2023-12-26
ssh/config: merge the Section slice values on [Section.merge]
Shulhan
2023-12-25
ssh/config: set the default UserKnownHostsFile in setDefaults
Shulhan
2023-12-25
ssh/config: update comment on [Config.Get]
Shulhan
2023-12-25
ssh/config: add parameter Config to NewSection
Shulhan
2023-12-25
ssh/config: fix setting the default values
Shulhan
2023-12-22
lib/ssh: add parameter context to Execute method
Shulhan
2023-12-22
go.mod: update golang.org/x/crypto to v0.17.0
Shulhan
2023-12-19
ssh/config: set the Hostname if its not set on [Config.Get]
Shulhan
2023-12-19
ssh/config: rewrite unit tests for [Config.Get] using [lib.test.Data]
Shulhan
2023-12-19
ssh/config: set default section name to '*' if parameter is empty
Shulhan
2023-12-18
ssh/config: fix negate not resetted when parsing new section Match
Shulhan
2023-12-18
ssh/config: add method MarshalText and WriteTo
Shulhan
2023-12-17
http/sseclient: fix data race on [Client.Close]
Shulhan
2023-12-17
http/sseclient: fix Retry value not set to millisecond
Shulhan
2023-12-17
lib/time: un-export the variable Now
Shulhan
2023-12-17
lib/time: remove UnixMicro and UnixMilli
Shulhan
2023-12-17
lib/ssh: implement method Output on Client
Shulhan
2023-12-17
ssh/sftp: implement method MkdirAll on Client
Shulhan
2023-12-17
ssh/sftp: fix Stat on empty remote file name
Shulhan
2023-12-17
ssh/sftp: use fixed slice length when converting in unpackFileAttrs
Shulhan
2023-12-17
ssh/sftp: update comments to use references [...]
Shulhan
2023-12-13
ssh/sftp: fix non-nil returned error on Close
Shulhan
2023-12-13
lib/io: removed, this package has been merged into lib/os
Shulhan
[next]