Versions in this module Expand all Collapse all v1 v1.0.1 Dec 20, 2024 Changes in this version + type Tag struct + Key string + Name string + Options []string + func (t *Tag) GoString() string + func (t *Tag) HasOption(opt string) bool + func (t *Tag) String() string + type Tags struct + func Parse(tag string) (*Tags, error) + func (t *Tags) AddOptions(key string, options ...string) + func (t *Tags) Delete(keys ...string) + func (t *Tags) DeleteOptions(key string, options ...string) + func (t *Tags) Get(key string) (*Tag, error) + func (t *Tags) Keys() []string + func (t *Tags) Len() int + func (t *Tags) Less(i int, j int) bool + func (t *Tags) Set(tag *Tag) error + func (t *Tags) String() string + func (t *Tags) Swap(i int, j int) + func (t *Tags) Tags() []*Tag