You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
289 B
16 lines
289 B
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
cmd = "go build -o ./tmp/base.exe base.go"
|
|
bin = "./tmp/base.exe"
|
|
args_bin = ["-f", "etc/base-api.yaml"]
|
|
include_ext = ["go", "yaml"]
|
|
exclude_dir = ["tmp", "vendor", "tests"]
|
|
delay = 1000
|
|
|
|
[log]
|
|
time = false
|
|
|
|
[misc]
|
|
clean_on_exit = true
|
|
|