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

6 uses

	github.com/vmihailenco/tagparser/internal/parser (current package)
		parser.go#L52: func (p *Parser) Skip(skip byte) bool {

	github.com/vmihailenco/tagparser
		tagparser.go#L64: 			p.Skip(' ')
		tagparser.go#L90: 		p.Skip(quote)
		tagparser.go#L105: 			p.Skip(' ')
		tagparser.go#L165: 	if p.Skip(',') {
		tagparser.go#L166: 		p.Skip(' ')