package
1.7.1
Repository: https://github.com/peterbourgon/ff.git
Documentation: pkg.go.dev

# Functions

Compare one set of vars with another and return an error on any difference.
Pair returns a predefined flag set, and a predefined set of variables that have been registered into it.
TempFile uses ioutil.TempFile to create a temporary file with the given content.

# Structs

Vars are a common set of variables used for testing.

# Type aliases

StringSlice is a flag.Value that collects each Set string into a slice, allowing for repeated flags.