package test

import "cmd/go/internal/test"

Index

Variables

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

Source Files

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

Directories

PathSynopsis
cmd/go/internal/test/internal
cmd/go/internal/test/internal/genflags
Version
v1.21.12
Published
Jun 27, 2024
Platform
linux/amd64
Imports
31 packages
Last checked
11 seconds ago

Tools for package owners.