//
pkg.gl
Category
github.com/luke-goddard/taskninja
assert
package
0.0.0-20241205014208-4aab7561cadd
Repository:
https://github.com/luke-goddard/taskninja.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
9
Files
53 SLOC
#
Functions
Fail
Fail causes a panic with the message.
Nil
Nil asserts that the item passed is nil.
NoError
NoError asserts that the error is nil.
NotNil
NotNil asserts that the item passed is not nil.
True
True causes a panic if the truth is false.
#
Variables
TaskNinjaSkipAssert
#nosec G101.
TotalPanics
Total number of panics.