package test

import "cmd/go/internal/test"

Index

Variables

var CmdTest = &base.Command{
	CustomFlags: true,
	UsageLine:   testUsage,
	Short:       "test packages",
	Long:        "" /* 5353 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 test.go testflag.go

Version
v1.13.11
Published
May 14, 2020
Platform
linux/amd64
Imports
28 packages
Last checked
9 seconds ago

Tools for package owners.