github.com/golang-migrate/migrate/v4/database.Error.Line (field)
4 uses
github.com/golang-migrate/migrate/v4/database (current package)
error.go#L10: Line uint
error.go#L24: return fmt.Sprintf("%v in line %v: %s", e.OrigErr, e.Line, e.Query)
error.go#L26: return fmt.Sprintf("%v in line %v: %s (details: %v)", e.Err, e.Line, e.Query, e.OrigErr)
github.com/golang-migrate/migrate/v4/database/postgres
postgres.go#L207: return database.Error{OrigErr: err, Err: message, Query: migr, Line: line}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |