mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-05 07:50:24 +08:00
8 lines
75 B
Go
8 lines
75 B
Go
package head
|
|
|
|
const (
|
|
ProtoHello uint8 = iota
|
|
ProtoHelloAck
|
|
ProtoData
|
|
)
|