The premise is that Go language users only use standard library SQL package.

Anecdotally, I haven't seen a place where Go is used without something like gorm or sqlc.

We've always used https://github.com/jmoiron/sqlx which is just the standard package + mapping to/from structs.