From 5722509b4c05a26b029a1c053d25571beabcc29c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 15 Jun 2024 10:49:39 +0300 Subject: initial client --- Taskfile.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Taskfile.yml') 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 -- cgit v1.2.3