aboutsummaryrefslogtreecommitdiff
path: root/lib/bytes/bytes_test.go
AgeCommit message (Expand)Author
2024-12-28lib/bytes: split the hexdump related functions to separate packageShulhan
2024-03-26lib/bytes: add parameter networkByteOrder to ParseHexDumpShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-04-05lib/bytes: implement function ParseHexDumpShulhan
2023-04-05lib/bytes: add function TrimNullShulhan
2021-10-17lib/bytes: refactoring and cleaning up the bytes packageShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-06-06all: use default linter optionsShulhan
2020-06-04bytes: add function MergeSpacesShulhan
2019-10-03bytes: fix empty test case on IsTokenAtShulhan
2019-09-24bytes: add function get all indexes of token in stringShulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-03-04bytes: add function to concat slice of byte or string into []byteShulhan
2019-03-02all: suppress "dupl" linter warnings on test filesShulhan
2019-02-21memfs: add method to dump files as Go generated sourceShulhan
2019-02-06lib/bytes: add function to convert hexadecimal into byteShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-30all: realigned some struct to minimize the size on memoryShulhan
2018-11-29all: fix warning from lintersShulhan
2018-09-17Merge package "github.com/shuLhan/tekstus", part 1/1Shulhan
2018-09-03Move all byte(s) related constant and functions from package text to bytesShulhan
2018-08-29lib/dns: HostsLoad: convert hostname to lower caseShulhan