Closed Gys closed 4 years ago
When I install
go get github.com/houqp/sqlvet
I get
# github.com/houqp/sqlvet/pkg/parseutil ../../../github.com/houqp/sqlvet/pkg/parseutil/sqlx.go:70:9: undefined: sqlx.AT
(go version go1.13.5 darwin/amd64)
Hmm... Not able to reproduce this myself, but I have pushed a new commit to get rid of sqlx as a dependency that should hopefully address the error you had.
When I install
I get
(go version go1.13.5 darwin/amd64)