1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-04 23:40:26 +08:00
Files
WireGold/gold/head/hello.go
2025-02-23 00:25:01 +09:00

9 lines
77 B
Go

package head
type Hello uint8
const (
HelloPing Hello = iota
HelloPong
)