package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Packages

Package iotest implements Readers and Writers useful mainly for testing.
Package quick implements utility functions to help with black box testing.

# Functions

Benchmark benchmarks a single function.
An internal function but exported because it is cross-package; part of the implementation of the "go test" command.
An internal function but exported because it is cross-package; part of the implementation of the "go test" command.
No description provided by the author
No description provided by the author
Short reports whether the -test.short flag is set.
Verbose reports whether the -test.v flag is set.

# Structs

B is a type passed to Benchmark functions to manage benchmark timing and to specify the number of iterations to run.
The results of a benchmark run.
An internal type but exported because it is cross-package; part of the implementation of the "go test" command.
No description provided by the author
An internal type but exported because it is cross-package; part of the implementation of the "go test" command.
T is a type passed to Test functions to manage test state and support formatted test logs.