Registry / testing / opennota-check

opennota-check

JSON →
library0.0.0-20180911053232-0c771f5545ffgogounverified

check is a Go package for runtime invariant checking and validation.

go get github.com/opennota/check
INSTALL
IMPORT
SIG · OPENNOTA-CHECK
O
opennota-check
testinggov0.0.0-20180911053232-0c771f5545ff
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

check
github.com/opennota/check

Asserts a condition and prints a message if it fails.

package main import ( "fmt" "github.com/opennota/check" ) func main() { check.True(1+1 == 2, "math works") fmt.Println("All checks passed") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180911053232-0c771f5545fflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
opennota-check — go get opennota-check · libregistry