# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AbsPathify ...
ExitOnErrorWithMessage informs cli to exit with message and error code.
ExitOnInvalidArgument ...
ExitOnInvalidOption ...
ExitOnRPC ...
ExtractRetCode extracts info from the error.
GeneratePassword generates a password with length at least 12.
LazyRemove is identical to os.Remove, but doesn't raise an error, and log.Warn every error except "file not found" which is ignored.
NewMapCache ...
Plural returns 's' if value > 1, "" otherwise.
TitleFirst makes the first letter of the first word uppercased.
UserConfirmed asks user to confirm.

# Structs

MapCache implements Cache interface using map.
MyFormatter ...

# Interfaces

Cache is an interface for caching elements.