Versions in this module Expand all Collapse all v1 v1.0.0 Sep 10, 2018 Changes in this version + const Arrow + const Colon + const Comma + const Comment + const EOF + const Equal + const Illegal + const Newline + const Space + const String + const Version + type DictSection struct + func (s *DictSection) All(left string) []string + func (s *DictSection) Injective() (map[string]string, error) + func (s *DictSection) Map() map[string][]string + func (s *DictSection) One(left string) string + func (s *DictSection) Pairs() []Pair + type HGL map[string]Section + func Parse(r io.Reader) (HGL, error) + type ListSection struct + func (s *ListSection) Array() []Pair + func (s *ListSection) Pairs() []Pair + type Pair struct + func (p *Pair) String() string + func (p Pair) Left() string + func (p Pair) Right() []string + type Section interface + Pairs func() []Pair Incompatible versions in this module v2.0.0+incompatible Sep 24, 2018