Documentation
¶
Overview ¶
Package inifile implements parsing a simple ini-file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IniFile ¶
type IniFile struct {
// contains filtered or unexported fields
}
IniFile stores the parsed values from a ini-file.
func Read ¶
Read parses the specified ini-file. You can specify a full path to INI file via the environment variable. The environment variable is checked only if the filename does not contain the directory name. The name of the environment variable is the file name in uppercase, the dot is replaced by an underscore.
func (*IniFile) Command ¶
Command enables or disables external commands encapsulation. Note that executing external commands can lead to application vulnerabilities.
Click to show internal directories.
Click to hide internal directories.