package
0.0.0-20140729183856-37aabad69cfd
Repository: https://github.com/scalingdata/gcfg.git
Documentation: pkg.go.dev

# Functions

ParseBool parses bool values according to the definitions in BoolValues.
ParseInt parses val using mode into intptr, which must be a pointer to an integer kind type.
ScanFully uses fmt.Sscanf with verb to fully scan val into ptr.

# Constants

IntMode values for ParseInt; can be combined using binary or.
IntMode values for ParseInt; can be combined using binary or.
IntMode values for ParseInt; can be combined using binary or.

# Variables

BoolValues defines the name and value mappings for ParseBool.

# Structs

EnumParser parses "enum" values; i.e.

# Type aliases

An IntMode is a mode for parsing integer values, representing a set of accepted bases.