package
1.26.0
Repository: https://github.com/dxk1/logx.git
Documentation: pkg.go.dev

# Functions

Stub substitutes a fake for the call to os.Exit(1).
With terminates the process by calling os.Exit(code).
WithStub runs the supplied function with Exit stubbed.

# Structs

A StubbedExit is a testing fake for os.Exit.