Versions in this module Expand all Collapse all v0 v0.62.1 Feb 14, 2025 Changes in this version + type Slice struct + Attributes struct{ ... } + Values []string + func NewSlice(values []string) Slice + func (a *Slice) Get() []string + func (a *Slice) MarshalTOML() ([]byte, error) + func (a *Slice) Set(values []string) + func (a *Slice) UnmarshalTOML(data any) error