package
0.6.1
Repository: https://github.com/orlangure/gocovsh.git
Documentation: pkg.go.dev

# Functions

New return a new Program instance.
WithBuildInfo sets the version information of this program.
WithFlagSet is an optional way to set the flag set for the program.
WithGoModInfo reads build info and sets its fields, if its available.
WithInput sets the stdin for the program.
WithLogFile sets the path to the log file.
WithOutput sets the stdout writer for the program.

# Structs

Program holds the program configuration.

# Type aliases

Option is a function that can be passed to WithOptions.