We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12638f2 commit c5a7b57Copy full SHA for c5a7b57
1 file changed
tests/postgres/types/types_test.go
@@ -12,7 +12,7 @@ import (
12
"github.com/stretchr/testify/assert"
13
)
14
15
-//go:generate go run ../../../cmd/mangosql/ --package types --logger console ./schema.sql
+//go:generate go run ../../../cmd/mangosql/ --output client.go --package types --logger console ./schema.sql
16
17
//go:embed *.sql
18
var sqlFS embed.FS
0 commit comments