package tagparser
Import Path
github.com/vmihailenco/tagparser/v2 (on go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Involved Source Files
tagparser.go
Code Examples
{
tag := tagparser.Parse("some_name,key:value,key2:'complex value'")
fmt.Println(tag.Name)
fmt.Println(tag.Options)
}
Package-Level Type Names (total 2, in which 1 are exported)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)