Compare commits
No commits in common. "daec9864d8e550477877631223c08322665015ff" and "709eab566968e3afa20b13963b5ccd423f8eebd4" have entirely different histories.
daec9864d8
...
709eab5669
|
@ -4,7 +4,7 @@
|
||||||
Package **hexadeca** implements hexadecimal encoding and decoding, for the Go programming language.
|
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.
|
This is meant to be a better alternative to Go's built-in "hex" package.
|
||||||
|
|
||||||
Package **hexadeca** has functions for hexadecimal encoding and decoding with Go types:
|
Package **hexadeca** has easy functiosn for encoding and decoding to:
|
||||||
* `byte` (i.e., `uint8`),
|
* `byte` (i.e., `uint8`),
|
||||||
* `uint16`,
|
* `uint16`,
|
||||||
* `uint32`
|
* `uint32`
|
||||||
|
|
Loading…
Reference in New Issue