github.com/vmihailenco/tagparser/internal/parser.Parser.ReadSep (method)

2 uses

	github.com/vmihailenco/tagparser/internal/parser (current package)
		parser.go#L71: func (p *Parser) ReadSep(sep byte) ([]byte, bool) {

	github.com/vmihailenco/tagparser
		tagparser.go#L147: 		bb, ok := p.ReadSep(quote)