8 lines
85 B
Go
8 lines
85 B
Go
package controllers
|
|
|
|
const (
|
|
MSG_WELCOME = 0
|
|
MSG_INPUT = 1
|
|
MSG_SNAPSHOT = 2
|
|
)
|