package
1.17.4
Repository: https://github.com/openmpp/go.git
Documentation: pkg.go.dev

# Functions

FromIni read ini-file options.
New combines command-line arguments and ini-file options.
NewIni read ini-file content into map of (section.key)=>value.

# Constants

ini-file path.
ini-file path (short form).
log file path, default = current/dir/exeName.log.
if true then log sql statements into log file.
if true then log to standard output.
if true then log to standard output (short form).
if true then log to file.
if true then use daily-stamp in log file name.
if true then use pid-stamp in log file name.
if true then use time-stamp in log file name.

# Structs

FullShort is pair of full option name and short option name.
LogOptions for console and log file output.
RunOptions is (key,value) map of command line arguments and ini-file.