package
0.0.0-20221107231338-b44688ae358d
Repository: https://github.com/intelsdi-x/swan.git
Documentation: pkg.go.dev

# Functions

Check the supplied error, log and exit if non-nil.
CheckWithContext checks error provided and if it is not nil then logs some information and terminates the program.
PanicWithContext checks error provided and if it is not nil then logs some information and emits panic.