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) 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dict ¶
func (Dict) GetSections ¶
Click to show internal directories.
Click to hide internal directories.