github.com/lib/pq.ListenerConn.err (field)
10 uses
github.com/lib/pq (current package)
notify.go#L51: err error
notify.go#L97: err := l.err
notify.go#L201: if l.err == nil {
notify.go#L202: l.err = err
notify.go#L294: if l.err == nil {
notify.go#L295: l.err = err
notify.go#L309: err := l.err
notify.go#L339: if l.err != nil {
notify.go#L343: l.err = errListenerConnClosed
notify.go#L353: return l.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. |