func TestMain(m *testing.M) { … }
func TestMatch(t *testing.T) { … }
func TestDotSlashImport(t *testing.T) { … }
func TestEmptyImport(t *testing.T) { … }
func TestEmptyFolderImport(t *testing.T) { … }
func TestMultiplePackageImport(t *testing.T) { … }
func TestLocalDirectory(t *testing.T) { … }
var shouldBuildTests …
func TestShouldBuild(t *testing.T) { … }
func TestGoodOSArchFile(t *testing.T) { … }
type readNopCloser …
func (r readNopCloser) Close() error { … }
var ctxtP9 …
var ctxtAndroid …
var matchFileTests …
func TestMatchFile(t *testing.T) { … }
func TestImportCmd(t *testing.T) { … }
var expandSrcDirPath …
var expandSrcDirTests …
func TestExpandSrcDir(t *testing.T) { … }
func TestShellSafety(t *testing.T) { … }
func TestImportDirNotExist(t *testing.T) { … }
func TestImportVendor(t *testing.T) { … }
func BenchmarkImportVendor(b *testing.B) { … }
func TestImportVendorFailure(t *testing.T) { … }
func TestImportVendorParentFailure(t *testing.T) { … }
func TestImportPackageOutsideModule(t *testing.T) { … }
func TestIssue23594(t *testing.T) { … }
func TestIssue56509(t *testing.T) { … }
func TestMissingImportErrorRepetition(t *testing.T) { … }
func TestCgoImportsIgnored(t *testing.T) { … }
func TestAllTags(t *testing.T) { … }
func TestAllTagsNonSourceFile(t *testing.T) { … }
func TestDirectives(t *testing.T) { … }