mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-04 23:40:26 +08:00
9 lines
77 B
Go
9 lines
77 B
Go
package head
|
|
|
|
type Hello uint8
|
|
|
|
const (
|
|
HelloPing Hello = iota
|
|
HelloPong
|
|
)
|