This commit is contained in:
41666 2025-03-27 10:19:25 -07:00
parent 7b8cdcfd7b
commit 143caaac2b
9 changed files with 115 additions and 10 deletions

View file

@ -1,3 +1,6 @@
watch:
air
run:
go run .
@ -15,11 +18,13 @@ fmt:
go fmt ./...
tidy:
go clean -modcache
go mod tidy
update-vendor-hash:
scripts/update-vendor-hash.sh
test:
go test ./...
go test ./...
clean-repo:
rm -rf tmp result