github.com/lib/pq.timestampParser.err (field)
10 uses
github.com/lib/pq (current package)
encode.go#L215: err error
encode.go#L219: if p.err != nil {
encode.go#L223: p.err = errInvalidTimestamp
encode.go#L226: if c := str[pos]; c != char && p.err == nil {
encode.go#L227: p.err = fmt.Errorf("expected '%v' at position %v; got '%v'", char, pos, c)
encode.go#L232: if p.err != nil {
encode.go#L236: p.err = errInvalidTimestamp
encode.go#L241: if p.err == nil {
encode.go#L242: p.err = fmt.Errorf("expected number; got '%v'", str)
encode.go#L458: return t, p.err
![]() |
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. |