package test

import "cmd/go/internal/test"

Index

Variables

var CmdTest = &base.Command{
	CustomFlags: true,
	UsageLine:   testUsage,
	Short:       "test packages",
	Long:        "" /* 5789 byte string literal not displayed */,
}
var HelpTestflag = &base.Command{
	UsageLine: "testflag",
	Short:     "testing flags",
	Long:      "" /* 11939 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 testflag.go

Directories

PathSynopsis
cmd/go/internal/test/internal
cmd/go/internal/test/internal/genflags
Version
v1.24.0 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Imports
33 packages
Last checked
8 minutes ago

Tools for package owners.