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 f513792 commit 59abf61Copy full SHA for 59abf61
sdk/sdk.go
@@ -3,7 +3,7 @@ package sdk
3
import (
4
pb "buf.build/gen/go/sqlc/sqlc/protocolbuffers/go/protos/plugin"
5
6
- "github.com/tabbed/sqlc-go/pattern"
+ "github.com/sqlc-dev/sqlc-go/pattern"
7
)
8
9
func DataType(n *pb.Identifier) string {
0 commit comments