repositorypackage
1.0.0
Repository: https://github.com/golangplus/testing.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
testing
Plus to the standard testing
package
Featured
// *WriterTB implements the testing.TB interface.
// An io.Writer can be specified as the destination of logging.
// This type is especially useful for writing testcases of tools for testing.
type WriterTB struct {
io.Writer
Suffix string
...
}
LICENSE
BSD license