go-pattern-examples/behavior/10_state/state.go
2020-05-05 22:43:54 +08:00

6 lines
66 B
Go

package state
//IRobot 代表机器人
type IRobot interface {
}