6 lines
54 B
Go
6 lines
54 B
Go
package msg
|
|
|
|
type HandbookMsg struct {
|
|
Type string
|
|
}
|
package msg
|
|
|
|
type HandbookMsg struct {
|
|
Type string
|
|
}
|