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
/
bytes_example_test.go
Age
Commit message (
Expand
)
Author
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-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-06-04
lib/bytes: add function RemoveSpaces
Shulhan
2023-04-13
lib/bytes: change the package name in Example to have _test suffix
Shulhan
2023-04-05
lib/bytes: implement function ParseHexDump
Shulhan
2023-04-05
lib/bytes: add function TrimNull
Shulhan
2023-04-04
lib/bytes: changes the DumpPrettyTable output format
Shulhan
2023-03-22
lib/bytes: add function DumpPrettyTable
Shulhan
2023-03-22
lib/bytes: add function SplitEach
Shulhan
2021-10-17
lib/bytes: refactoring and cleaning up the bytes package
Shulhan
2021-10-14
lib/bytes: refactoring AppendXxx functions
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
2018-09-17
Merge package "github.com/shuLhan/tekstus", part 1/1
Shulhan