Discover Packages
github.com/peterbourgon/ff/v4
fftoml
package
Version:
v4.0.0-alpha.4
Opens a new window with list of versions in this module.
Published: Sep 20, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package fftoml provides a TOML config file parser.
Parse is a helper function that uses a default parser.
type Parser struct {
Delimiter string
}
Parser collects parameters for the TOML config file parser.
Parse a TOML document from the provided io.Reader, using the provided set
function to set flag values. Flag names are derived from the node names and
their key/value pairs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.