From d2d6ef64aab771b82ee6f5508ab1e7079af00e5e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Jul 2014 13:32:38 -0700 Subject: [PATCH] flatmap: remove Map for now --- flatmap/map.go | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 flatmap/map.go diff --git a/flatmap/map.go b/flatmap/map.go deleted file mode 100644 index 5f3dd8cb3..000000000 --- a/flatmap/map.go +++ /dev/null @@ -1,3 +0,0 @@ -package flatmap - -type Map map[string]string