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
Since I was already using github.com/lib/pq in my app, when I added a dependency on github.com/antonlindstrom/pgstore I got the following runtime error:
It'd be a breaking change for existing users who only use this lib (and not Postgres elsewhere, which would be weird, but not unheard of). You can't conditionally import either.
Hi there, thanks for the handy library!
Since I was already using
github.com/lib/pq
in my app, when I added a dependency ongithub.com/antonlindstrom/pgstore
I got the following runtime error:I can work around this issue by removing my own import of
github.com/lib/pq
but it feels a little messy, for a couple of reasons:lib/pq
will mess with thingsThe text was updated successfully, but these errors were encountered: