package debug
Variables
NotImplementedError
errors.New("not implemented")
Functions
Assert
func Assert(res bool, msg string)
Ensure
EnsureMsg
func EnsureMsg(res bool, msg string)
EnsureNotError
func EnsureNotError(err error)
EnsureNotNil
func EnsureNotNil(target any)
Halt
Log
func Log(msg string, args ...any)
Throw
func Throw(message string)
ThrowNotImplemented
func ThrowNotImplemented(todo string)