Documentation ¶
Index ¶
- func Open(path string) error
- type Conf
- func (c Conf) GetBool(section string, key string) (bool, error)
- func (c Conf) GetFloat32(section string, key string) (float32, error)
- func (c Conf) GetFloat64(section string, key string) (float64, error)
- func (c Conf) GetInt(section string, key string) (int, error)
- func (c Conf) GetString(section string, key string) (string, error)
- func (c Conf) SectionExist(key string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.