package test

import "cmd/go/internal/test"

Index

Variables

var CmdTest = &base.Command{
	CustomFlags: true,
	UsageLine:   testUsage,
	Short:       "test packages",
	Long:        "" /* 5485 byte string literal not displayed */,
}
var HelpTestflag = &base.Command{
	UsageLine: "testflag",
	Short:     "testing flags",
	Long:      "" /* 9285 byte string literal not displayed */,
}
var HelpTestfunc = &base.Command{
	UsageLine: "testfunc",
	Short:     "testing functions",
	Long:      "" /* 1984 byte string literal not displayed */,
}

Source Files

cover.go flagdefs.go test.go testflag.go

Version
v1.17.0-rc.2
Published
Aug 2, 2021
Platform
linux/amd64
Imports
30 packages
Last checked
42 seconds ago

Tools for package owners.