github.com/lib/pq.readBuf.next (method)
9 uses
github.com/lib/pq (current package)
buf.go#L41: func (b *readBuf) next(n int) (v []byte) {
buf.go#L48: return b.next(1)[0]
conn.go#L1127: s := string(r.next(4))
conn.go#L1163: nextStep := r.next(len(*r))
conn.go#L1183: nextStep = r.next(len(*r))
conn.go#L1464: dest[i] = decode(&conn.parameterStatus, rs.rb.next(l), rs.colTyps[i].OID, rs.colFmts[i])
conn.go#L1800: r.next(6)
conn.go#L1805: r.next(2)
conn.go#L1817: r.next(6)
![]() |
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. |