initial commits
parent
0c9d2efd0e
commit
709eab5669
|
@ -4,6 +4,13 @@
|
|||
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 functiosn for encoding and decoding to:
|
||||
* `byte` (i.e., `uint8`),
|
||||
* `uint16`,
|
||||
* `uint32`
|
||||
* `uint64`
|
||||
* `int64`
|
||||
|
||||
## Documention
|
||||
|
||||
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-hexadeca
|
||||
|
|
Loading…
Reference in New Issue