Versions in this module Expand all Collapse all v0 v0.13.1 Oct 16, 2014 v0.13.0 Oct 9, 2014 Changes in this version + func Write(filename string, dict *Dict) error + type Dict map[string]map[string]string + func Load(filename string) (dict Dict, err error) + func (dict Dict) Delete(section, key string) + func (dict Dict) GetBool(section, key string) (bool, bool) + func (dict Dict) GetDouble(section, key string) (float64, bool) + func (dict Dict) GetInt(section, key string) (int, bool) + func (dict Dict) GetSections() []string + func (dict Dict) GetString(section, key string) (string, bool) + func (dict Dict) SetBool(section, key string, value bool) + func (dict Dict) SetDouble(section, key string, value float64) + func (dict Dict) SetInt(section, key string, value int) + func (dict Dict) SetString(section, key, value string) + func (dict Dict) String() string + type Error string + func (e Error) Error() string