package test
import "cmd/go/internal/test"
Index ¶
Variables ¶
var CmdTest = &base.Command{ CustomFlags: true, UsageLine: testUsage, Short: "test packages", Long: "" /* 3916 byte string literal not displayed */+ strings.TrimSpace(testFlag1) + "" /* 178 byte string literal not displayed */, }
var HelpTestflag = &base.Command{ UsageLine: "testflag", Short: "testing flags", Long: "" /* 484 byte string literal not displayed */+ strings.TrimSpace(testFlag2) + ` `, }
var HelpTestfunc = &base.Command{ UsageLine: "testfunc", Short: "testing functions", Long: "" /* 1984 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.11.13
- Published
- Aug 13, 2019
- Platform
- linux/amd64
- Imports
- 27 packages
- Last checked
- 2 minutes ago –
Tools for package owners.