
The highest tagged major version is
v3.
package
Version:
v1.4.1
Opens a new window with list of versions in this module.
Published: Jun 12, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Handle(err error, args ...interface{})
Handle is a convenient wrapper around kingpin.Fatalf.
It takes an error and an arbitrary number of arguments and displays an error
in the format:
limesctl: error: args[0]: args[1]: ... : args[n]: err
New is a wrapper around errors.New(). Use this to avoid nameclash with the
local errors package and the one in the standard library.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.