index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bytes
Age
Commit message (
Expand
)
Author
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
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-30
all: realigned some struct to minimize the size on memory
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-11-29
all: fixes warning from linters
Shulhan
2018-11-29
all: fix 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
2018-08-16
lib/dns: move header and question binary marshaling to their types
Shulhan
2018-08-16
bytes: package to manipulate, read, and write data to slice of bytes
Shulhan