modulepackage
0.0.0-20220811183652-b479271dd438
Repository: https://github.com/moledoc/check.git
Documentation: pkg.go.dev
# README
check
DEPRECATED
check
is an experimenting Go module, where I collected some functions to handle errors.
Author
Meelis Utt
# Type aliases
Tfloat64 is a test type for float64 asserts.
Tfloat64L is a test type for []float64 asserts.
Tint is a test type for int asserts.
TintL is a test type for []int asserts.
Tstring is a test type for string asserts.
TstringL is a test type for []string asserts.