package
Version:
v0.0.0-...-81f4bad
Opens a new window with list of versions in this module.
Published: May 17, 2024
License: ISC
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
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)
Equal panics if a and b are not "deeply equal"
Panics if statement does not resolve to false
Panic if a is not greater than b
Panic if a is not less than b
Panics if statement does not resolve to true
Source Files
¶
Click to show internal directories.
Click to hide internal directories.