Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsEqual ¶
func IsEqual(v1, v2 interface{}, v ...interface{})
IsEqual panics if the two supplied arguments are not equal.
func IsTrue ¶
func IsTrue(val bool, v ...interface{})
IsTrue fails with a log message if the value is not true.
func NoError ¶
func NoError(err error, v ...interface{})
NoError panics with log message if the argument error is not nil.
func StringSliceHasAtLeast ¶
StringSliceHasAtLeast panics with a log message if the slice passed as argument has a size smaller than expected.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.