Documentation
¶
Index ¶
- func Equal(a any, b any, msg string, args ...any)
- func False(stmt bool, msg string, args ...any)
- func GreaterThan[T cmp.Ordered](a T, b T, msg string, args ...any)
- func LessThan[T cmp.Ordered](a T, b T, msg string, args ...any)
- func Nil(obj any, msg string, args ...any)
- func NotNil(obj any, msg string, args ...any)
- func True(stmt bool, msg string, args ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GreaterThan ¶
Panic if a is not greater than b
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.