lock vendor
This commit is contained in:
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
18
vendor/github.com/glacjay/goini/example.ini
generated
vendored
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue