aboutsummaryrefslogtreecommitdiff
path: root/lib/bytes
AgeCommit message (Expand)Author
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-05bytes: change the Copy return type to non pointerShulhan
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-03-01all: fix warnings from linterShulhan
2019-02-21memfs: add method to dump files as Go generated sourceShulhan
2019-02-21bytes: add benchmark for bytes.Equal and bytes.CompareShulhan
2019-02-14bytes: add function to copy sliceShulhan
2019-02-06lib/bytes: add function to convert hexadecimal into byteShulhan
2019-01-29lib/bytes: simplified if-else conditionShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-30all: fix linter warnings on naked returnShulhan
2018-11-30all: realigned some struct to minimize the size on memoryShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-11-29all: fixes warning from lintersShulhan
2018-11-29all: fix warning from lintersShulhan
2018-10-31lib/bytes: add list of ASCII letters with numbersShulhan
2018-09-17Merge package "github.com/shuLhan/tekstus", part 2/3Shulhan
2018-09-17Merge package "github.com/shuLhan/tekstus", part 1/1Shulhan
2018-09-15lib/bytes: reorder functions to match with rendered documentationShulhan
2018-09-08lib/bytes: add function to write uint32Shulhan
2018-09-03lib/bytes: fix package commentShulhan
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
2018-08-17Fix warnings from linterShulhan
2018-08-17lib/bytes: change index type to unsigned integerShulhan
2018-08-17lib/dns: implement marshaling message to binary (DNS message)Shulhan
2018-08-16lib/dns: move header and question binary marshaling to their typesShulhan
2018-08-16bytes: package to manipulate, read, and write data to slice of bytesShulhan