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
/
bytes
/
bytes_test.go
Age
Commit message (
Expand
)
Author
2024-12-28
lib/bytes: split the hexdump related functions to separate package
Shulhan
2024-03-26
lib/bytes: add parameter networkByteOrder to ParseHexDump
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-04-05
lib/bytes: implement function ParseHexDump
Shulhan
2023-04-05
lib/bytes: add function TrimNull
Shulhan
2021-10-17
lib/bytes: refactoring and cleaning up the bytes package
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-06-04
bytes: add function MergeSpaces
Shulhan
2019-10-03
bytes: fix empty test case on IsTokenAt
Shulhan
2019-09-24
bytes: add function get all indexes of token in string
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-03-04
bytes: add function to concat slice of byte or string into []byte
Shulhan
2019-03-02
all: suppress "dupl" linter warnings on test files
Shulhan
2019-02-21
memfs: add method to dump files as Go generated source
Shulhan
2019-02-06
lib/bytes: add function to convert hexadecimal into byte
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-30
all: realigned some struct to minimize the size on memory
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-17
Merge package "github.com/shuLhan/tekstus", part 1/1
Shulhan
2018-09-03
Move all byte(s) related constant and functions from package text to bytes
Shulhan
2018-08-29
lib/dns: HostsLoad: convert hostname to lower case
Shulhan