From 50857ce4bcdd99855b239c09a7d2995868f49bbb Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 26 Aug 2020 23:38:18 -0400 Subject: enc/b64.go: fromHexChar: update doc string --- enc/b64.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc') diff --git a/enc/b64.go b/enc/b64.go index de9c3a3..ee5a8b6 100644 --- a/enc/b64.go +++ b/enc/b64.go @@ -21,7 +21,7 @@ func encode(b uint16) string { return string(b64_table[b]) } -// adapted from +// Adapted from // https://go.googlesource.com/go/+/refs/tags/go1.15/src/encoding/hex/hex.go#83 func fromHexChar(c byte) uint16 { switch { -- cgit v1.2.3