diff options
| author | Paul Buetow <paul@buetow.org> | 2024-06-15 10:49:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-06-15 10:49:39 +0300 |
| commit | 5722509b4c05a26b029a1c053d25571beabcc29c (patch) | |
| tree | 6870133fdb24dfae8328bea281d9d78243c2059b /Taskfile.yml | |
| parent | 0a4fd9b0b8bcd91e008e905e21de9d87953e3022 (diff) | |
initial client
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index a8347d2..36d0832 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,13 +1,17 @@ version: '3' tasks: + default: + deps: ["build"] build: cmds: - go build -o gosd cmd/gosd/main.go + - go build -o gos cmd/gos/main.go dev: deps: ["test", "vet", "lint"] cmds: - go build -race -o gosd cmd/gosd/main.go + - go build -race -o gos cmd/gos/main.go test: cmds: - go clean -testcache |
