type staticHostEntry … var lookupStaticHostTests … func TestLookupStaticHost(t *testing.T) { … } func testStaticHost(t *testing.T, hostsPath string, ent staticHostEntry) { … } var lookupStaticAddrTests … func TestLookupStaticAddr(t *testing.T) { … } func testStaticAddr(t *testing.T, hostsPath string, ent staticHostEntry) { … } func TestHostCacheModification(t *testing.T) { … } var lookupStaticHostAliasesTest … func TestLookupStaticHostAliases(t *testing.T) { … } func testLookupStaticHostAliases(t *testing.T, lookup, lookupRes string) { … }