OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / list_of_maps.hcl
diff --git a/vendor/github.com/hashicorp/hcl/test-fixtures/list_of_maps.hcl b/vendor/github.com/hashicorp/hcl/test-fixtures/list_of_maps.hcl
deleted file mode 100644 (file)
index 985a33b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-foo = [
-  {somekey1 = "someval1"},
-  {somekey2 = "someval2", someextrakey = "someextraval"},
-]