yr/justfile
Tim Hårek Andreassen dabd75acd9
chore: Update justfile
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
2024-10-02 19:07:15 +02:00

14 lines
147 B
Makefile

default:
just --list
build:
echo "not implemented yet"
dev +args='--help':
go run main.go {{args}}
test:
go test ./...
tidy:
go mod tidy