command -> cmd

This commit is contained in:
John Guo
2022-01-24 14:49:56 +08:00
parent 2c2acfb5b8
commit 221082b967
35 changed files with 27 additions and 27 deletions

2
cmd/gf/test/testdata/tpls/tpl1.yaml vendored Normal file
View File

@ -0,0 +1,2 @@
server:
address: {{.server.address}}

1
cmd/gf/test/testdata/tpls/tpl2.sql vendored Normal file
View File

@ -0,0 +1 @@
insert into {{.sql.table}}

8
cmd/gf/test/testdata/values.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"server": {
"address": "https://goframe.org"
},
"sql":{
"table": "table_name"
}
}