//
pkg.gl
Category
github.com/zenoss/serviced
utils
checkers
package
0.0.0-20241125151401-e66715b925b4
Repository:
https://github.com/zenoss/serviced.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
67 SLOC
#
Functions
EqualsWithTolerance
No description provided by the author
#
Variables
IsFalse
IsFalse tests whether the obtained value is false Example: c.Assert(value, IsFalse) .
IsTrue
IsTrue tests whether the obtained value is true Example: c.Assert(value, IsTrue) .