summaryrefslogtreecommitdiff
path: root/lib/bytes/bytes.go
AgeCommit message (Expand)Author
2024-09-30lib/bytes: add function AppendInt64 and AppendUint64Shulhan
2024-03-26lib/bytes: add parameter networkByteOrder to ParseHexDumpShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-06-04lib/bytes: add function RemoveSpacesShulhan
2023-04-13lib/bytes: fix linter warnings from reviveShulhan
2023-04-05lib/bytes: implement function ParseHexDumpShulhan
2023-04-05lib/bytes: add function TrimNullShulhan
2023-04-04lib/bytes: changes the DumpPrettyTable output formatShulhan
2023-04-03lib/bytes: copy TokenFind to internal/bytes#TokenFindShulhan
2023-03-22lib/bytes: add function DumpPrettyTableShulhan
2023-03-22lib/bytes: add function SplitEachShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-10-17lib/bytes: refactoring and cleaning up the bytes packageShulhan
2021-10-14lib/bytes: refactoring AppendXxx functionsShulhan
2021-07-12lib/bytes: print the ASCII character on the right side on PrintHexShulhan
2020-06-04bytes: add function MergeSpacesShulhan
2019-09-27bytes: add function to get indexes of word in stringShulhan
2019-09-25bytes: add function to take snippets from string by indexesShulhan
2019-09-24bytes: add function get all indexes of token in stringShulhan
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-01all: fix warnings from linterShulhan
2019-02-21memfs: add method to dump files as Go generated sourceShulhan
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-29all: fix warnings from lintersShulhan
2018-11-29all: fixes 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