testing/contree/message.go

7 lines
59 B
Go

package main
type Message struct {
seq int
msg string
}