func TestMain(m *testing.M) { … } func testMain(m *testing.M) (err error) { … } const vgotest1git … const vgotest1hg … var altVgotests … type codeRepoTest … var codeRepoTests … func TestCodeRepo(t *testing.T) { … } var hgmap … func remap(name string, m map[string]string) string { … } var codeRepoVersionsTests … func TestCodeRepoVersions(t *testing.T) { … } var latestTests … func TestLatest(t *testing.T) { … } type fixedTagsRepo … func (ch *fixedTagsRepo) Tags(ctx context.Context, prefix string) (*codehost.Tags, error) { … } func TestNonCanonicalSemver(t *testing.T) { … }