From 709eab566968e3afa20b13963b5ccd423f8eebd4 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 27 Oct 2023 10:57:56 -0700 Subject: [PATCH] initial commits --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5af8338..e703b4c 100644 --- a/README.md +++ b/README.md @@ -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