mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-26 22:00:27 +08:00
init
This commit is contained in:
7
gold/head/protos.go
Normal file
7
gold/head/protos.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package head
|
||||
|
||||
const (
|
||||
ProtoHello uint8 = iota
|
||||
ProtoHelloAck
|
||||
ProtoData
|
||||
)
|
||||
Reference in New Issue
Block a user