package
0.11.0
Repository: https://github.com/gobwas/flagutil.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

LookupFlag is a shortcut to build up a FlagLookup structure.

# Variables

ErrNoFile is an returned by Lookup implementation to report that lookup didn't find any file to parse.

# Structs

FlagLookup search for flag with equal name and interprets it as filename to open.
Parser contains options of parsing source and filling flag values.

# Interfaces

Lookup is an interface to search for syntax source.
Syntax is an interface capable to parse file syntax.

# Type aliases

BytesLookup succeeds source lookup with itself.
LookupFunc is an adapter that allows the use of ordinar functions as Lookup.
MultiLookup holds Lookup implementations and their order.
PathLookup prepares source search on a path.