guandan.dev

guandan.dev

https://git.tonybtw.com/guandan.dev.git git://git.tonybtw.com/guandan.dev.git
304 bytes raw
1
root = "."
2
tmp_dir = "tmp"
3
4
[build]
5
cmd = "go build -o ./tmp/main ."
6
bin = "./tmp/main"
7
full_bin = "./tmp/main"
8
include_ext = ["go"]
9
exclude_dir = ["tmp", "vendor"]
10
delay = 1000
11
12
[log]
13
time = false
14
15
[color]
16
main = "magenta"
17
watcher = "cyan"
18
build = "yellow"
19
runner = "green"
20
21
[misc]
22
clean_on_exit = true