lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.98k stars 909 forks source link

vendor/github.com/lib/pq/notify.go:47:2: undefined: driver.Connector #968

Closed gianmegantara closed 4 years ago

gianmegantara commented 4 years ago

i have run locally the app, than its work perfectly, but when i push my code to server its show an error, vendor/github.com/lib/pq/notify.go:47:2: undefined: driver.Connector, i use godep for dependency tool, than i check the vendor/github.com/lib/pq/notify.go is there

gianmegantara commented 4 years ago

ahh, i see, my server have an old golang version, so it not work properly with latest lib