A WIP SQL codegen tool for Go
at main 7 lines 68 B view raw
1.PHONY: test lint 2 3test: 4 @go test ./... 5 6lint: 7 @golangci-lint run