From 89f0a41e8baefddf2c6962a8f0eee71dfd124d21 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 9 Dec 2021 11:14:31 +0100 Subject: added issues --- issues/strict-hex-parsing.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 issues/strict-hex-parsing.md (limited to 'issues/strict-hex-parsing.md') diff --git a/issues/strict-hex-parsing.md b/issues/strict-hex-parsing.md deleted file mode 100644 index 9155ef1..0000000 --- a/issues/strict-hex-parsing.md +++ /dev/null @@ -1,5 +0,0 @@ -# Strict hex parsing -reported by: rgdd - -Our API spec requires use of lower-case hex. The `encoding/hex` library already -outputs lower-case hex, but it also parses upper-case hex. Needs to be fixed. -- cgit v1.2.3