OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / list_of_maps.hcl
1 foo = [
2   {somekey1 = "someval1"},
3   {somekey2 = "someval2", someextrakey = "someextraval"},
4 ]