Support concrete types and custom types #8
Annotations
7 errors and 1 warning
lint:
pgxgeom.go#L80
`marshalled` is a misspelling of `marshaled` (misspell)
|
lint:
pgxgeom.go#L90
the type name `ErrUnexpectedType` should conform to the `XxxError` format (errname)
|
lint:
pgxgeom.go#L102
the type name `ErrUnsupportedType` should conform to the `XxxError` format (errname)
|
lint:
pgxgeom_test.go#L164
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
lint:
pgxgeom.go#L149
getGeomScanner returns interface (github.com/twpayne/pgx-geom.GeomScanner) (ireturn)
|
lint:
pgxgeom.go#L174
getGeomValuer returns interface (github.com/twpayne/pgx-geom.GeomValuer) (ireturn)
|
lint
issues found
|
lint:
pgxgeom_test.go#L175
error-naming: error var customPointScanError should have name of the form errFoo (revive)
|