package tagparser
import "github.com/vmihailenco/tagparser/v2"
Index ¶
Examples ¶
Types ¶
type Tag ¶
func Parse ¶
Example¶
Code:
{
tag := tagparser.Parse("some_name,key:value,key2:'complex value'")
fmt.Println(tag.Name)
fmt.Println(tag.Options)
// Output: some_name
// map[key:value key2:complex value]
}
Output:
some_name map[key:value key2:complex value]
func (*Tag) HasOption ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
internal |
- Version
- v2.0.0 (latest)
- Published
- Feb 3, 2021
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- now –
Tools for package owners.