initial commits
parent
dd7fa4f6d5
commit
daec9864d8
|
@ -4,7 +4,7 @@
|
|||
Package **hexadeca** implements hexadecimal encoding and decoding, for the Go programming language.
|
||||
This is meant to be a better alternative to Go's built-in "hex" package.
|
||||
|
||||
Package **hexadeca** has easy functions for encoding and decoding to:
|
||||
Package **hexadeca** has functions for hexadecimal encoding and decoding with Go types:
|
||||
* `byte` (i.e., `uint8`),
|
||||
* `uint16`,
|
||||
* `uint32`
|
||||
|
|
Loading…
Reference in New Issue