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)
(*Parser) Advance()
(*Parser) Bytes() []byte
(*Parser) Peek() byte
(*Parser) Read() byte
(*Parser) ReadSep(sep byte) ([]byte, bool)
(*Parser) Skip(skip byte) bool
(*Parser) SkipBytes(skip []byte) bool
(*Parser) Valid() bool
*Parser : github.com/apache/arrow-go/v18/internal/hashing.ByteSlice
func New(b []byte) *Parser
func NewString(s string) *Parser
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |