smallnest / gofsm

a featured FSM that can export state images
Apache License 2.0
308 stars 52 forks source link

README.md里的bug #2

Closed zgcbj closed 6 years ago

zgcbj commented 6 years ago

delegate := &DefaultDelegate{p: &TurnstileEventProcessor{}}

这一句里面的p是P 另外,如果作为一个包引入的话,需要 import ( . "github.com/smallnest/gofsm" ... ) 才可以直接引用gofsm里的结构体。readme里直接用的做法看上去略怪。

smallnest commented 6 years ago

fixed