Interim while bringing sqlc in

This commit is contained in:
Matt Jadud
2025-11-30 08:20:39 -05:00
parent 0fbf88101f
commit f72c6b020f
14 changed files with 315 additions and 8 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
test: generate
cd internal/domain64 ; make test
generate:
cd internal/domain64 ; make generate