devlogforward/.air.toml
2021-04-09 12:36:20 +02:00

7 lines
217 B
TOML

[build]
# Just plain old shell command. You could use `make` as well.
cmd = "go build -o ./tmp/main ."
# Binary file yields from `cmd`.
bin = "tmp/main"
# Customize binary.
full_bin = "./tmp/main -socket=./log.socket"