devlogforward/.air.toml

7 lines
241 B
TOML
Raw Normal View History

2021-04-09 12:36:20 +02:00
[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.
2021-04-09 17:30:22 +02:00
full_bin = "./tmp/main -socket=./log.socket -udpAddr=localhost:4040"