An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/spacemonkeygo/flagfile : v0.0.0-20180426194429-0d750334dbb8

Package flagfile provides disk serialization and parsing extensions to the builtin flags library If you use flagfile.Load() instead of flag.Parse() in your main method, not only can you continue to use flags as you always have, but you can specify a --flagfile option and store your flags in multiple config files on disk. flagfile provides the following additional config options: A flag set on the command line has the highest precedence. A flag set in a flagfile has the next highest. The default value has the lowest. Flagfiles are simple text files containing lines of the form `key = val` with optional section headers. Lines may be prefixed with a `#` to comment them out. Example: If a section is specified in square braces, all of the following flags up until the next section are effectively prefixed with the section name followed by a period. See github.com/spacemonkeygo/flagfile/parser for more information on the file format.

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/spacemonkeygo/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...