index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
resolvconf.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
lib: fix method signature for WriteTo
Shulhan
2023-09-11
lib/net: realign struct for better size allocation
Shulhan
2023-04-09
lib/net: refactoring resolv.conf parser using lib/bytes#Parser
Shulhan
2023-04-02
lib/net: add method WriteTo to ResolvConf
Shulhan
2023-03-26
lib/net: changes the PopulateQuery logic
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-14
lib/net: add method to populate query on ResolvConf
Shulhan
2021-10-14
lib/ascii: change signature of ToLower and ToUpper
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-05
lib/net: replace space separators with bytes.ASCIISpaces
Shulhan
2019-02-05
lib/io: rename Reader SkipSpace to SkipSpaces
Shulhan
2019-02-05
lib/net: update affected by refactoring on lib/io.Reader
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-03
lib/io.SkipHorizontalSpace: return number of skipped spaces
Shulhan
2018-09-01
Rename "lib/file" to "lib/io"
Shulhan
2018-08-29
lib/net: use package lib/bytes to convert to lower cases
Shulhan
2018-08-28
lib/file: ReadUtil: return terminator character
Shulhan
2018-08-28
lib/net: parse domain and options value
Shulhan
2018-08-27
lib/net: implement function to read and parse resolv.conf formatted file
Shulhan