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

6 uses

	github.com/vmihailenco/tagparser/internal/parser (current package)
		parser.go#L32: func (p *Parser) Read() byte {

	github.com/vmihailenco/tagparser
		tagparser.go#L61: 		c := p.Read()
		tagparser.go#L97: 		c = p.Read()
		tagparser.go#L100: 			b = append(b, p.Read())
		tagparser.go#L120: 		c := p.Read()
		tagparser.go#L123: 			b = append(b, p.Read())