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-10-04
Release share v0.30.0 (2021-10-04)
v0.30.0
Shulhan
2021-10-02
lib/io: separate FileState for updated mode and content
Shulhan
2021-10-02
lib/memfs: check error on File Close on GoGenerate
Shulhan
2021-10-02
lib/memfs: export the Node Update method
Shulhan
2021-09-27
lib/memfs: fix symlink to directory not included on mount
Shulhan
2021-09-25
lib/io: fix NewWatcher when called DirWatcher
Shulhan
2021-09-25
github: update the Go version to v1.17.1
Shulhan
2021-09-25
lib/strings: update comment and example of TrimAlnum
Shulhan
2021-09-25
lib/strings: add function Alnum
Shulhan
2021-09-22
lib/http: support server caching file system using ETag
Shulhan
2021-09-22
lib/xmlrpc: convert the value using Sprintf on GetFieldAsString
Shulhan
2021-09-13
lib/memfs: fix possible data race on PathNode
Shulhan
2021-09-11
math/big: add some examples of Rat.Int64() and RoundToNearestAway
Shulhan
2021-09-11
lib/memfs: fix NewNode if node is symlink to directory
Shulhan
2021-09-06
go.mod: update all dependencies
Shulhan
2021-09-06
Release share v0.29.2 (2021-09-06)
v0.29.2
Shulhan
2021-09-04
os/exec: fix escaped quote inside the same quote
Shulhan
2021-08-30
lib/memfs: fix empty ContentType if MaxFileSize is negative
Shulhan
2021-08-30
lib/memfs: set default content type for empty file to "text/plain"
Shulhan
2021-08-29
lib/memfs: change the MarshalJSON to always return an object
Shulhan
2021-08-25
lib/reflect: make the IsNil tests to become an example
Shulhan
2021-08-25
lib/http: add field ErrorWriter to Server
Shulhan
2021-08-25
lib/mlog: implement io.Writer and add function ErrorWriter
Shulhan
2021-08-23
lib/memfs: fix the test due to unremoved node_save file on testdata
Shulhan
2021-08-22
lib/memfs: add method Save and Encode
Shulhan
2021-08-22
lib/memfs: fix empty file not being added to tree
Shulhan
2021-08-22
lib/websocket: try to fix flaky test on client
Shulhan
2021-08-22
lib/memfs: fix symbolic link with different name
Shulhan
2021-08-21
Revert "os/exec: include the quoted characters when ParseCommandArgs"
Shulhan
2021-08-17
lib/sql: do not run migration if the last file not exist on the list
Shulhan
2021-08-17
lib/http: fix missing content type for XML Header
Shulhan
2021-08-17
lib/xmlrpc: fix missing port on NewClient
Shulhan
2021-08-15
lib/ssh: add method to set session output and error
Shulhan
2021-08-13
all: set the error prefix for NewClient and connect
Shulhan
2021-08-13
lib/smtp: return io.EOF if no data received from server
Shulhan
2021-08-13
os/exec: include the quoted characters when ParseCommandArgs
Shulhan
2021-08-12
lib/memfs: make the MarshalJSON on Node to return the content
Shulhan
2021-08-11
os/exec: check for escaped backslash when ParseCommandArgs
Shulhan
2021-08-06
go.mod: update all dependencies
Shulhan
2021-08-06
Release share v0.29.1 (2021-08-06)
v0.29.1
Shulhan
2021-08-06
lib/http: update the errors.As test on EndpointResponse
Shulhan
2021-08-06
lib/errrors: implement method As
Shulhan
2021-08-06
Revert "lib/errors: return the internal error only if its not nil on Unwrap"
Shulhan
2021-08-06
Release share v0.29.0 (2021-08-06)
v0.29.0
Shulhan
2021-08-06
ssh/sftp: fix linter warnings
Shulhan
2021-08-06
lib/http: fix return value on getFSNode
Shulhan
2021-08-06
lib/mlog: add function and method Panicf
Shulhan
2021-07-30
lib/memfs: fix the unit test due to different modTime result after clone
Shulhan
2021-07-30
lib/memfs: add internal method to reset modTime
Shulhan
2021-07-30
text/diff: add functions to compare raw bytes as text and text.Lines
Shulhan
[next]