Versions in this module Expand all Collapse all v0 v0.1.0 Aug 21, 2015 Changes in this version + type ErrSyntax struct + Line int + Source string + func (e ErrSyntax) Error() string + type File map[string]Section + func Load(in io.Reader) (File, error) + func LoadFile(filename string) (File, error) + func (f File) Get(section, key string) (value string, ok bool) + func (f File) Load(in io.Reader) (err error) + func (f File) LoadFile(file string) (err error) + func (f File) Section(name string) Section + type Section map[string]string