Imports #
"flag"
"strings"
"testing"
"bytes"
"cmd/go/internal/base"
"encoding/json"
"fmt"
"os/exec"
"regexp"
"sort"
"flag"
"strings"
"testing"
"bytes"
"cmd/go/internal/base"
"encoding/json"
"fmt"
"os/exec"
"regexp"
"sort"
ShortTestFlags returns the set of "-test." flag shorthand names that end users may pass to 'go test'.
func ShortTestFlags() []string
VetAnalyzers computes analyzers and their aliases supported by vet.
func VetAnalyzers() ([]string, error)
Generated with Arrow