bgentry/que-go

Is it better to use gopkg.in/jackc/pgx.v2 instead of github.com/jackc/pgx ?

achiku opened this issue · 0 comments

@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 of github.com/jackc/pgx when importing library not to break current APIs.