root = "." tmp_dir = "tmp" [build] cmd = "go build -o ./tmp/main ." bin = "./tmp/main" full_bin = "./tmp/main" include_ext = ["go"] exclude_dir = ["tmp", "vendor"] delay = 1000 [log] time = false [color] main = "magenta" watcher = "cyan" build = "yellow" runner = "green" [misc] clean_on_exit = true