lock vendor

This commit is contained in:
Boshi Lian 2017-06-21 01:05:04 +08:00
parent a0e882e801
commit 79ac87c5d1
651 changed files with 221739 additions and 0 deletions

18
vendor/github.com/glacjay/goini/example.ini generated vendored Normal file
View file

@ -0,0 +1,18 @@
#
# 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;