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

Add deprecation notice #1011

Closed tendervittles closed 2 years ago

tendervittles commented 3 years ago

It has been a little over 6 six months since the sunset notice was added to this project's README.

Use Go's deprecation so that this notice can be discovered programmatically.

Under staticcheck this triggers SA1019.