aboutsummaryrefslogtreecommitdiff
path: root/lib/bytes
AgeCommit message (Expand)Author
11 daysall: apply go fixShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-04-18lib/bytes: add method Peek to ParserShulhan
2025-04-18lib/bytes: complete the SkipLine example until the endShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace [lib/bytes.WriteXxx] with standard libraryShulhan
2025-01-23all: replace "lib/bytes.ReadXxx" with standard libraryShulhan
2025-01-23all: replace "lib/bytes.AppendXxx" with standard libraryShulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2024-12-28lib/bytes: split the hexdump related functions to separate packageShulhan
2024-09-30lib/bytes: add function AppendInt64 and AppendUint64Shulhan
2024-03-26lib/bytes: add parameter networkByteOrder to ParseHexDumpShulhan
2024-03-25lib/bytes: add test for Parser Read and ReadNoSpaceShulhan
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: use %q to print characters in example codeShulhan
2023-06-04lib/bytes: add function RemoveSpacesShulhan
2023-04-13lib/bytes: fix linter warnings from reviveShulhan
2023-04-13lib/bytes: move unit Test for Read and SkipLine to ExampleShulhan
2023-04-13lib/bytes: change the package name in Example to have _test suffixShulhan
2023-04-09lib/bytes: add method ReadLine to ParserShulhan
2023-04-09lib/bytes: return the number of skipped chars on Skip(Horizontal)SpacesShulhan
2023-04-09lib/bytes: add method Remaining to ParserShulhan
2023-04-08lib/bytes: add various methods to ParserShulhan
2023-04-05lib/bytes: implement function ParseHexDumpShulhan
2023-04-05lib/bytes: implement tokenize ParserShulhan
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
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-06-06all: use default linter optionsShulhan
2020-06-04bytes: add function MergeSpacesShulhan
2020-02-13bytes: move function JSONEscape and JSONUnescape to package jsonShulhan
2019-10-03bytes: fix empty test case on IsTokenAtShulhan
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-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