Versions in this module Expand all Collapse all v0 v0.1.1 Jun 6, 2014 Changes in this version + func Check(b bool, message ...interface{}) + func Ensure(b bool, message ...interface{}) + func Invariant(obj InvariantTester, message ...interface{}) + func InvariantSimple(obj InvariantSimpleTester, message ...interface{}) + func Require(b bool, message ...interface{}) + type InvariantSimpleTester interface + Invariant func() bool + type InvariantTester interface + String func() string