Documentation
¶
Overview ¶
Package ini is a parser for ini files implemented using the 'text/scanner' package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ini ¶
type Ini struct {
// contains filtered or unexported fields
}
Ini structure contains the data and a RWMutex for concurrency safety
func (*Ini) Get ¶
Get() returns the value associated to section and key. If key is not in a section, use "" If key does not exist, Get() returns an empty string.
func (*Ini) HasSection ¶
Click to show internal directories.
Click to hide internal directories.