Categorygithub.com/moledoc/check
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

# Functions

Err is a function that checks if given error is nil.
Scanner is a function that checks if *bufio.Scanner.Err() is nil.

# 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.