go-hexadeca/README.md

30 lines
819 B
Markdown

# go-hexadeca
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.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-hexadeca
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-hexadeca?status.svg)](https://godoc.org/sourcecode.social/reiver/go-hexadeca)
## Import
To import package **ord** use `import` code like the follownig:
```
import "sourcecode.social/reiver/go-hexadeca"
```
## Installation
To install package **ord** do the following:
```
GOPROXY=direct https://sourcecode.social/reiver/go-hexadeca
```
## Author
Package ****hexadeca**** was written by [Charles Iliya Krempeaux](http://changelog.ca)