package
1.1.2
Repository: https://github.com/gocarp/helpers.git
Documentation: pkg.go.dev

# Functions

IsStackModeBrief returns whether current error stack mode is in brief mode.

# Constants

StackModeBrief specifies all error stacks printing no framework error stacks.
StackModeDetail specifies all error stacks printing detailed error stacks including framework stacks.

# Type aliases

StackMode is the mode that printing stack information in StackModeBrief or StackModeDetail mode.