Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2026 Changes in this version + func CheckErr(err error, msg ...interface{}) + func Defer(f func()) + func WarnErr(err error, msg ...interface{}) error + type Stack struct + func NewStack() *Stack + func (s *Stack) Check(err error, msg ...interface{}) + func (s *Stack) Count() int + func (s *Stack) Defer(f func()) + func (s *Stack) Err(final bool, msg ...interface{})