aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/rakyll/goini/example.ini
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/rakyll/goini/example.ini')
-rw-r--r--Godeps/_workspace/src/github.com/rakyll/goini/example.ini18
1 files changed, 0 insertions, 18 deletions
diff --git a/Godeps/_workspace/src/github.com/rakyll/goini/example.ini b/Godeps/_workspace/src/github.com/rakyll/goini/example.ini
deleted file mode 100644
index 1a21f8e37..000000000
--- a/Godeps/_workspace/src/github.com/rakyll/goini/example.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# This is an example of ini file
-#
-
-[Pizza]
-
-Ham = yes;
-Mushrooms = TRUE;
-Capres = 0;
-Cheese = Non;
-
-
-[Wine]
-
-Grape = Cabernet Sauvignon;
-Year = 1989;
-Country = Spain;
-Alcohol = 12.5;