package test

import "cmd/go/internal/test"

Index

Variables

var CmdTest = &base.Command{
	CustomFlags: true,
	UsageLine:   testUsage,
	Short:       "test packages",
	Long:        "" /* 5473 byte string literal not displayed */,
}
var HelpTestflag = &base.Command{
	UsageLine: "testflag",
	Short:     "testing flags",
	Long:      "" /* 8958 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.16.14
Published
Feb 9, 2022
Platform
linux/amd64
Imports
29 packages
Last checked
2 minutes ago

Tools for package owners.