From 1881ff4c1f5fb9e2be8fa968460c78d73f3695a6 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 27 Oct 2023 11:00:38 -0700 Subject: [PATCH] initial commits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a68bc..c6088a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # 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. +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: * `byte` (i.e., `uint8`),