github.com/go-pg/pg/v10/internal/pool.BufReader.Bytes (method, view implemented interface methods)
4 uses
github.com/go-pg/pg/v10/internal/pool (current package)
reader_buf.go#L72: func (b *BufReader) Bytes() []byte {
reader_buf.go#L181: n = copy(p, b.Bytes())
reader_buf.go#L201: if i := bytes.IndexByte(b.Bytes(), delim); i >= 0 {
reader_buf.go#L245: for i, c := range b.Bytes() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)