Skip to content

Commit fd4a6a8

Browse files
committed
d
1 parent e521064 commit fd4a6a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SM/FSM.go

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type Callback func()
1313

1414
type Callbacks map[string]Callback
1515

16+
// ad
1617
func NewFSM(data []int) *FSM {
1718
if len(data) == 0{
1819
log.Println("create new FSM is fail")

0 commit comments

Comments
 (0)