pgx is a pure Go driver and toolkit for PostgreSQL. pgx is different
from other drivers such as [pq](http://godoc.org/github.com/lib/pq)
because, while it can operate as a database/sql compatible driver, pgx
is also usable directly. It offers a native interface similar to
database/sql that offe
On 10/18/2017 03:08 AM, Conrad Wood wrote:
I did (admittedly found it only after I send the email). I give that a
try and see how it goes - thank you!
And advice on point #2 by any chance?
When I have a mixed language repo I tend to include an entire GOPATH in
the the repo. Something like dir
On 11/01/2017 09:31 AM, Ian Lance Taylor wrote:
On Wed, Nov 1, 2017 at 4:18 AM, wrote:
Ayan, imagine I am part of a development team. In our program I have a
pointer r:
r *myType
My variable r can be nil, because that is a valid situation. It is used in
dozens of places, like this:
if r !