github.com/go-pg/pg/v10/internal/parser.Parser.SkipBytes (method)

2 uses

	github.com/go-pg/pg/v10/internal/parser (current package)
		parser.go#L61: func (p *Parser) SkipBytes(skip []byte) bool {

	github.com/go-pg/pg/v10/types
		append_jsonb.go#L29: 			if p.SkipBytes([]byte("u0000")) {