go vendor
This commit is contained in:
16
vendor/github.com/revel/config/testdata/conf-path1/app.conf
generated
vendored
Normal file
16
vendor/github.com/revel/config/testdata/conf-path1/app.conf
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
one=source1
|
||||
two=source2
|
||||
three=source3
|
||||
four=4
|
||||
|
||||
two_+_four=%(two)s + %(four)s
|
||||
|
||||
[X]
|
||||
x.one=conf1-sourcex1
|
||||
x.two=conf1-sourcex2
|
||||
x.three=conf1-sourcex3
|
||||
|
||||
[Y]
|
||||
y.one=conf1-sourcey1
|
||||
y.two=conf1-sourcey2
|
||||
y.three=conf1-sourcey3
|
||||
Reference in New Issue
Block a user