go vendor

This commit is contained in:
lealife
2017-11-30 19:55:33 +08:00
parent 2856da6888
commit 0fb92efbf3
670 changed files with 199010 additions and 0 deletions

19
vendor/github.com/revel/config/testdata/target.cfg generated vendored Normal file
View File

@@ -0,0 +1,19 @@
one=1
two=2
three=3
five=5
two_+_three=%(two)s + %(three)s
[X]
x.one=x1
x.two=x2
x.three=x3
x.four=x4
[Y]
y.one=y1
y.two=y2
y.three=y3
y.four=y4