package parser

Import Path
	github.com/vmihailenco/tagparser/v2/internal/parser (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files parser.go
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
(*T) Advance() (*T) Bytes() []byte (*T) Peek() byte (*T) Read() byte (*T) ReadSep(sep byte) ([]byte, bool) (*T) Skip(skip byte) bool (*T) SkipBytes(skip []byte) bool (*T) Valid() bool func New(b []byte) *Parser func NewString(s string) *Parser
Package-Level Functions (total 2, both are exported)
func New(b []byte) *Parser