package
0.0.0-20190912100236-53e5711c875d
Repository: https://github.com/tsaikd/tools.git
Documentation: pkg.go.dev

# Functions

CommandLineErrorf is like fmt.Errorf except that it returns a value that triggers printing of the command line help.
Main should be invoked directly by main function.

# Structs

Profile can be embedded in your application struct to automatically add command line arguments and handling for the common profiling methods.

# Interfaces

Application is the interface that must be satisfied by an object passed to Main.