more code tidy-up

This commit is contained in:
ari melody 2026-07-24 11:59:39 +01:00
parent 2190cac343
commit 04ca14163e
Signed by: ari
GPG key ID: CF99829C92678188
8 changed files with 195 additions and 94 deletions

View file

@ -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"]