func TestTCPListenerSpecificMethods(t *testing.T) { … } func TestTCPConnSpecificMethods(t *testing.T) { … } func TestUDPConnSpecificMethods(t *testing.T) { … } func TestIPConnSpecificMethods(t *testing.T) { … } func TestUnixListenerSpecificMethods(t *testing.T) { … } func TestUnixConnSpecificMethods(t *testing.T) { … }