lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
9.09k stars 911 forks source link

Corrected typo in connector.go OS-username fetching #924

Closed grammeaway closed 4 years ago

grammeaway commented 4 years ago

I tried compiling to WebAssembly using this library, and was given an error due to this little issue. Looks like it might have been a typo, it works with this fix :)