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.go
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-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: add function RemoveSpaces
Shulhan
2023-04-13
lib/bytes: fix linter warnings from revive
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-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
2020-06-04
bytes: add function MergeSpaces
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-01
all: fix warnings from linter
Shulhan
2019-02-21
memfs: add method to dump files as Go generated source
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
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-30
all: fix linter warnings on naked return
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-10-31
lib/bytes: add list of ASCII letters with numbers
Shulhan
2018-09-17
Merge package "github.com/shuLhan/tekstus", part 2/3
Shulhan
2018-09-17
Merge package "github.com/shuLhan/tekstus", part 1/1
Shulhan
2018-09-15
lib/bytes: reorder functions to match with rendered documentation
Shulhan
2018-09-08
lib/bytes: add function to write uint32
Shulhan
2018-09-03
lib/bytes: fix package comment
Shulhan
2018-09-03
Move all byte(s) related constant and functions from package text to bytes
Shulhan
2018-08-29
lib/dns: HostsLoad: convert hostname to lower case
Shulhan
2018-08-17
Fix warnings from linter
Shulhan
2018-08-17
lib/bytes: change index type to unsigned integer
Shulhan
2018-08-17
lib/dns: implement marshaling message to binary (DNS message)
Shulhan
[next]