github.com/lib/pq.conn.scratch (field)
7 uses
github.com/lib/pq (current package)
conn.go#L120: scratch [512]byte
conn.go#L255: cn.scratch[0] = b
conn.go#L257: buf: cn.scratch[:5],
conn.go#L935: x := cn.scratch[:5]
conn.go#L945: if n <= len(cn.scratch) {
conn.go#L946: y = cn.scratch[:n]
conn.go#L1027: b := cn.scratch[:1]
![]() |
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. |