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

17
vendor/github.com/revel/config/testdata/source.cfg generated vendored Normal file
View File

@@ -0,0 +1,17 @@
one=source1
two=source2
three=source3
four=4
two_+_four=%(two)s + %(four)s
[X]
x.one=sourcex1
x.two=sourcex2
x.three=sourcex3
[Y]
y.one=sourcey1
y.two=sourcey2
y.three=sourcey3