WIP update deps, sql builder instead of jet

This commit is contained in:
2025-03-10 10:29:18 -04:00
parent cb3b1a429c
commit 13747c2118
87 changed files with 5208 additions and 2523 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: benchmark
benchmark:
go test -bench=.
go test -bench=. ./...
.PHONY: cover
cover:
@@ -13,4 +13,3 @@ lint:
.PHONY: test
test:
go test -coverprofile=cover.out -shuffle on ./...