func TestMain(m *testing.M) { … } func TestMatchingPortsStdlib(t *testing.T) { … } func matchingPreferredPorts(tb testing.TB, fh file.Handle, trimContent bool) map[port]unit { … } func BenchmarkMatchingPreferredPorts(b *testing.B) { … }
func TestMain(m *testing.M) { … } func TestMatchingPortsStdlib(t *testing.T) { … } func matchingPreferredPorts(tb testing.TB, fh file.Handle, trimContent bool) map[port]unit { … } func BenchmarkMatchingPreferredPorts(b *testing.B) { … }