package test
import "cmd/go/internal/test"
Index ¶
Variables ¶
var CmdTest = &base.Command{ CustomFlags: true, UsageLine: testUsage, Short: "test packages", Long: "" /* 1169 byte string literal not displayed */+ strings.TrimSpace(testFlag1) + "" /* 178 byte string literal not displayed */, }
var HelpTestflag = &base.Command{ UsageLine: "testflag", Short: "description of testing flags", Long: "" /* 484 byte string literal not displayed */+ strings.TrimSpace(testFlag2) + ` `, }
var HelpTestfunc = &base.Command{ UsageLine: "testfunc", Short: "description of testing functions", Long: "" /* 2009 byte string literal not displayed */, }
Functions ¶
func Usage ¶
func Usage()
Usage prints the usage message for 'go test -h' and exits.
Source Files ¶
- Version
- v1.9.3
- Published
- Jan 22, 2018
- Platform
- darwin/amd64
- Imports
- 27 packages
- Last checked
- 1 minute ago –
Tools for package owners.