2 changed files with 16 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
root = "." |
|||
tmp_dir = "tmp" |
|||
|
|||
[build] |
|||
cmd = "go build -o ./tmp/base.exe base.go" |
|||
bin = "./tmp/base.exe -f etc/base-api.yaml" |
|||
include_ext = ["go", "yaml"] |
|||
exclude_dir = ["tmp", "vendor", "tests"] |
|||
delay = 1000 |
|||
|
|||
[log] |
|||
time = false |
|||
|
|||
[misc] |
|||
clean_on_exit = true |
|||
@ -0,0 +1 @@ |
|||
tmp/ |
|||
Loading…
Reference in new issue