i need fsm
This commit is contained in:
@@ -40,6 +40,12 @@ func Main() {
|
||||
}
|
||||
cmd := positional[0]
|
||||
|
||||
q, err := BuildQuery(positional)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
panic(q)
|
||||
|
||||
likePattern := ""
|
||||
notLikePattern := ""
|
||||
i := 1
|
||||
|
||||
Reference in New Issue
Block a user