aboutsummaryrefslogtreecommitdiff
path: root/lib/bytes/bytes_test.go
AgeCommit message (Expand)Author
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