genflags

Imports

Imports #

"flag"
"strings"
"testing"
"bytes"
"cmd/go/internal/base"
"encoding/json"
"fmt"
"os/exec"
"regexp"
"sort"

Functions

ShortTestFlags function #

ShortTestFlags returns the set of "-test." flag shorthand names that end users may pass to 'go test'.

func ShortTestFlags() []string

VetAnalyzers function #

VetAnalyzers computes analyzers and their aliases supported by vet.

func VetAnalyzers() ([]string, error)

Generated with Arrow