We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e521064 commit fd4a6a8Copy full SHA for fd4a6a8
SM/FSM.go
@@ -13,6 +13,7 @@ type Callback func()
13
14
type Callbacks map[string]Callback
15
16
+// ad
17
func NewFSM(data []int) *FSM {
18
if len(data) == 0{
19
log.Println("create new FSM is fail")
0 commit comments