index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bytes
Age
Commit message (
Expand
)
Author
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace [lib/bytes.WriteXxx] with standard library
Shulhan
2025-01-23
all: replace "lib/bytes.ReadXxx" with standard library
Shulhan
2025-01-23
all: replace "lib/bytes.AppendXxx" with standard library
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
Shulhan
2024-12-28
lib/bytes: split the hexdump related functions to separate package
Shulhan
2024-09-30
lib/bytes: add function AppendInt64 and AppendUint64
Shulhan
2024-03-26
lib/bytes: add parameter networkByteOrder to ParseHexDump
Shulhan
2024-03-25
lib/bytes: add test for Parser Read and ReadNoSpace
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-06-04
lib/bytes: use %q to print characters in example code
Shulhan
2023-06-04
lib/bytes: add function RemoveSpaces
Shulhan
2023-04-13
lib/bytes: fix linter warnings from revive
Shulhan
2023-04-13
lib/bytes: move unit Test for Read and SkipLine to Example
Shulhan
2023-04-13
lib/bytes: change the package name in Example to have _test suffix
Shulhan
2023-04-09
lib/bytes: add method ReadLine to Parser
Shulhan
2023-04-09
lib/bytes: return the number of skipped chars on Skip(Horizontal)Spaces
Shulhan
2023-04-09
lib/bytes: add method Remaining to Parser
Shulhan
2023-04-08
lib/bytes: add various methods to Parser
Shulhan
2023-04-05
lib/bytes: implement function ParseHexDump
Shulhan
2023-04-05
lib/bytes: implement tokenize Parser
Shulhan
2023-04-05
lib/bytes: add function TrimNull
Shulhan
2023-04-04
lib/bytes: changes the DumpPrettyTable output format
Shulhan
2023-04-03
lib/bytes: copy TokenFind to internal/bytes#TokenFind
Shulhan
2023-03-22
lib/bytes: add function DumpPrettyTable
Shulhan
2023-03-22
lib/bytes: add function SplitEach
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-10-17
lib/bytes: refactoring and cleaning up the bytes package
Shulhan
2021-10-14
lib/bytes: refactoring AppendXxx functions
Shulhan
2021-07-12
lib/bytes: print the ASCII character on the right side on PrintHex
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-06-04
bytes: add function MergeSpaces
Shulhan
2020-02-13
bytes: move function JSONEscape and JSONUnescape to package json
Shulhan
2019-10-03
bytes: fix empty test case on IsTokenAt
Shulhan
2019-09-27
bytes: add function to get indexes of word in string
Shulhan
2019-09-25
bytes: add function to take snippets from string by indexes
Shulhan
2019-09-24
bytes: add function get all indexes of token in string
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-05
bytes: change the Copy return type to non pointer
Shulhan
2019-03-04
bytes: add function to concat slice of byte or string into []byte
Shulhan
2019-03-02
all: suppress "dupl" linter warnings on test files
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-21
memfs: add method to dump files as Go generated source
Shulhan
2019-02-21
bytes: add benchmark for bytes.Equal and bytes.Compare
Shulhan
2019-02-14
bytes: add function to copy slice
Shulhan
2019-02-06
lib/bytes: add function to convert hexadecimal into byte
Shulhan
2019-01-29
lib/bytes: simplified if-else condition
Shulhan
[next]