func TestReadUnixgramWithUnnamedSocket(t *testing.T) { … } func TestUnixgramZeroBytePayload(t *testing.T) { … } func TestUnixgramZeroByteBuffer(t *testing.T) { … } func TestUnixgramWrite(t *testing.T) { … } func testUnixgramWriteConn(t *testing.T, raddr *UnixAddr) { … } func testUnixgramWritePacketConn(t *testing.T, raddr *UnixAddr) { … } func TestUnixConnLocalAndRemoteNames(t *testing.T) { … } func TestUnixgramConnLocalAndRemoteNames(t *testing.T) { … } func TestUnixUnlink(t *testing.T) { … }