jschaf / pggen

Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.
MIT License
282 stars 26 forks source link

Update `go get` URL in README to actually install the command #35

Closed djsavvy closed 3 years ago

djsavvy commented 3 years ago

Without the cmd/pggen suffix the source is downloaded, but it is not actually compiled into a binary.

jschaf commented 3 years ago

Nice catch, merged.