From f801aee1378f536a41f0eb5a299787a28d983137 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 30 Mar 2022 20:13:59 +0200 Subject: move issues into a common pad --- issues/simplify-ascii-pkg | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 issues/simplify-ascii-pkg (limited to 'issues/simplify-ascii-pkg') diff --git a/issues/simplify-ascii-pkg b/issues/simplify-ascii-pkg deleted file mode 100644 index db61a4d..0000000 --- a/issues/simplify-ascii-pkg +++ /dev/null @@ -1,10 +0,0 @@ -The current ASCII package implements general key-value parsing for types. It -is more complicated than it needs to be, especially since we have so few types. - -Consider replacing the general ASCII package with something simpler. For -example, just parse values into - - type Map map[string][]string - -and add methods to dequeue a value for a key. Each type could then extract its -own values without too much code duplication. -- cgit v1.2.3