Documentation ¶ Index ¶ func SetTags(path string, tags tag.List) error func Tags(path string) (tag.List, error) type Decoder func (d *Decoder) Decode(bplist []byte) (tag.List, error) type Encoder func (e *Encoder) Encode(tl tag.List) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SetTags ¶ func SetTags(path string, tags tag.List) error func Tags ¶ func Tags(path string) (tag.List, error) Types ¶ type Decoder ¶ type Decoder struct { } func (*Decoder) Decode ¶ func (d *Decoder) Decode(bplist []byte) (tag.List, error) type Encoder ¶ type Encoder struct { } func (*Encoder) Encode ¶ func (e *Encoder) Encode(tl tag.List) ([]byte, error) Source Files ¶ View all Source files encoding.go tagcolors.go Click to show internal directories. Click to hide internal directories.