more code tidy-up
This commit is contained in:
parent
2190cac343
commit
04ca14163e
8 changed files with 195 additions and 94 deletions
|
|
@ -7,10 +7,10 @@ tmp_dir = "tmp"
|
|||
|
||||
[build]
|
||||
args_bin = []
|
||||
bin = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main ."
|
||||
bin = "./tmp/stream-tools"
|
||||
cmd = "go build -o ./tmp/stream-tools ./cmd/stream-tools"
|
||||
delay = 1000
|
||||
entrypoint = ["./tmp/main"]
|
||||
entrypoint = ["./tmp/stream-tools"]
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue