feat: rework db conn to use sql.DB for better portability
All checks were successful
Build and test / Build (push) Successful in 2m20s
All checks were successful
Build and test / Build (push) Successful in 2m20s
This commit is contained in:
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ web: web-all
|
||||
|
||||
.PHONY: build
|
||||
build: tidy sqlc # build.
|
||||
@go build -v -ldflags "$(GO_LDFLAGS)" -o $(OUTPUT_DIR)/howmuch $(ROOT_DIR)/cmd/howmuch/main.go 2>/dev/null
|
||||
@go build -v -ldflags "$(GO_LDFLAGS)" -o $(OUTPUT_DIR)/howmuch $(ROOT_DIR)/cmd/howmuch/main.go
|
||||
|
||||
.PHONY: sqlc
|
||||
sqlc:
|
||||
|
Reference in New Issue
Block a user