1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-05 07:50:24 +08:00
Files
WireGold/gold/head/protos.go
fumiama 151da51230 init
2021-10-24 00:52:13 +08:00

8 lines
75 B
Go

package head
const (
ProtoHello uint8 = iota
ProtoHelloAck
ProtoData
)