mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2025-02-18 02:03:12 +03:00
6 lines
66 B
Go
6 lines
66 B
Go
package state
|
|
|
|
//IRobot 代表机器人
|
|
type IRobot interface {
|
|
}
|