go-hexadeca/README.md

30 lines
836 B
Markdown
Raw Normal View History

2023-10-26 18:15:51 +00:00
# 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
2023-10-26 23:55:13 +00:00
To import package ***hexadeca**** use `import` code like the follownig:
2023-10-26 18:15:51 +00:00
```
import "sourcecode.social/reiver/go-hexadeca"
```
## Installation
2023-10-26 23:55:13 +00:00
To install package ****hexadeca**** do the following:
2023-10-26 18:15:51 +00:00
```
GOPROXY=direct https://sourcecode.social/reiver/go-hexadeca
```
## Author
Package ****hexadeca**** was written by [Charles Iliya Krempeaux](http://changelog.ca)