Documentation ¶
Index ¶
- func Write(filename string, dict *Dict) error
- type Dict
- func (dict Dict) Delete(section, key string)
- func (dict Dict) GetBool(section, key string) (bool, bool)
- func (dict Dict) GetBoolDef(section, key string, defVal bool) bool
- func (dict Dict) GetDouble(section, key string) (float64, bool)
- func (dict Dict) GetDoubleDef(section, key string, defVal float64) float64
- func (dict Dict) GetInt(section, key string) (int, bool)
- func (dict Dict) GetIntDef(section, key string, defVal int) int
- func (dict Dict) GetSections() []string
- func (dict Dict) GetString(section, key string) (string, bool)
- func (dict Dict) GetStringDef(section, key string, defVal string) string
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.