Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func False ¶
func False(cond bool, a ...interface{})
False panics if cond is true. False formats the panic message using the default formats for its operands.
The behaviour displayed by False is enabled only if the 'debug' build tag has been provided during compilation, otherwise False is a noop.
func Falsef ¶
Falsef panics if cond is true. Falsef formats the panic message according to a format specifier.
The behaviour displayed by Falsef is enabled only if the 'debug' build tag has been provided during compilation, otherwise Falsef is a noop.
func True ¶
func True(cond bool, a ...interface{})
True panics if cond is false. Truef formats the panic message using the default formats for its operands.
The behaviour displayed by True is enabled only if the 'debug' build tag has been provided during compilation, otherwise True is a noop.
Types ¶
This section is empty.