placeholder.go 192 B

123456
  1. package sqlc
  2. // This is a dummy file that allows SQLC to be "installed" as a module and locked using
  3. // go.mod and then run using "go run github.com/sqlc-dev/sqlc"
  4. type Placeholder struct{}