vRp.CD2g_test/server/conn_packet.go

7 lines
98 B
Go

package server
type connPacket struct {
websocketMessageType int
packet []byte
}