Versions in this module Expand all Collapse all v2 v2.0.0 Feb 3, 2021 Changes in this version + type Parser struct + func New(b []byte) *Parser + func NewString(s string) *Parser + func (p *Parser) Advance() + func (p *Parser) Bytes() []byte + func (p *Parser) Peek() byte + func (p *Parser) Read() byte + func (p *Parser) ReadSep(sep byte) ([]byte, bool) + func (p *Parser) Skip(skip byte) bool + func (p *Parser) SkipBytes(skip []byte) bool + func (p *Parser) Valid() bool Other modules containing this package github.com/vmihailenco/tagparser