go get produces the following
# github.com/jmoiron/sqlx
go/src/github.com/jmoiron/sqlx/sqlx.go:232: undefined: sql.ColumnType
go/src/github.com/jmoiron/sqlx/sqlx.go:234: undefined: sql.ColumnType
go/src/github.com/jmoiron/sqlx/sqlx.go:236: r.rows.ColumnTypes undefined (type *sql.Rows has no field or method ColumnTypes)
sqlx probably requires Go 1.8 or above:
I just ran into this issue after downloading. Could you please put this in the README.md. There is only a mention of version 1.6 potentially having an issue. I have a unique problem in that I can't upgrade to version 1.8 but the README should just state that it requires 1.8 to use this package. Thank you.
Most helpful comment
sqlx probably requires Go 1.8 or above:
https://github.com/jmoiron/sqlx/blob/master/.travis.yml