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

# Functions

NewFileSet creates a new file set.

# Constants

=.
The list of tokens.
The list of tokens.
\n.
section-name, variable-name.
Special tokens.
[.
The zero value for Pos is NoPos; there is no file and line information associated with it, and NoPos().IsValid() is false.
].
"subsection-name", variable value.

# Structs

A File is a handle for a file belonging to a FileSet.
A FileSet represents a set of source files.
Position describes an arbitrary source position including the file, line, and column location.

# Type aliases

Pos is a compact encoding of a source position within a file set.
Token is the set of lexical tokens of the gcfg configuration syntax.