You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
It might be better to use gopkg.in/jackc/pgx.v2 instead of github.com/jackc/pgx when importing library not to break current APIs.
The text was updated successfully, but these errors were encountered:
achiku
changed the title
Is it better to use gopkg.in/jackc/pgx.v2 instead of github.com/jackc/pgx
Is it better to use gopkg.in/jackc/pgx.v2 instead of github.com/jackc/pgx ?
Feb 15, 2016
@bgentry
pgx README says it is following semantic versioning (https://github.com/jackc/pgx#version-policy).
It might be better to use
gopkg.in/jackc/pgx.v2
instead ofgithub.com/jackc/pgx
when importing library not to break current APIs.The text was updated successfully, but these errors were encountered: