This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-pattern-examples
Watch
1
Star
0
Fork
0
You've already forked go-pattern-examples
mirror of
https://github.com/crazybber/go-pattern-examples.git
synced
2024-11-29 06:56:03 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
369b445e8e
go-pattern-examples
/
behavior
/
10_state
/
state.go
6 lines
66 B
Go
Raw
Normal View
History
Unescape
Escape
init design pattern codes
2020-04-21 17:50:21 +03:00
package
state
add code content for state pattern
2020-05-05 17:43:54 +03:00
//IRobot 代表机器人
type
IRobot
interface
{
init design pattern codes
2020-04-21 17:50:21 +03:00
}
Reference in New Issue
Copy Permalink