package
0.0.0-20180118220450-e73dab44213f
Repository: https://github.com/go-lang-plugin-org/go-lang-idea-plugin.git
Documentation: pkg.go.dev

# Functions

An internal function but exported because it is cross-package; part of the implementation of the "go test" command.
MainStart is meant for use by tests generated by 'go test'.
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

An internal type but exported because it is cross-package; part of the implementation of the "go test" command.
M is a type passed to a TestMain function to run the actual tests.
T is a type passed to Test functions to manage test state and support formatted test logs.

# Interfaces

TB is the interface common to T and B.