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

3 uses

	github.com/vmihailenco/tagparser/internal/parser (current package)
		parser.go#L41: func (p *Parser) Peek() byte {
		parser.go#L53: 	if p.Peek() == skip {

	github.com/vmihailenco/tagparser
		tagparser.go#L88: 	c := p.Peek()