# Functions
BannerLog logs a few pieces of information about the programme; name, version, build time.
BannerStdout prints a short banner showing the programme name and version.
BannerStdoutLong prints a long banner detailing things about the programme's build and runtime environment.
ChannelWrapper runs an error-returning func on a background goroutine.
No description provided by the author
GetExeDir returns the directory in which the running binary is located.
GetLogger returns a zap-based zapr Logger, typed as a logr.Logger.
HomePath returns the absolute path to a given name in the current user's home directory.
InstallSignalHandlers registers handlers for common OS signals, and closes the returned channel if they're received.
No description provided by the author
MaxInt returns the minimum value of two ints.
MinInt returns the minimum value of two ints.
PrintUpdateLn prints s to stdout.
SetLevel sets the level of the entire tree of loggers returned from GetLogger.
No description provided by the author
# Variables
Global is a globally-scoped logger than can be used if you have no other choice.