i need fsm

This commit is contained in:
Bel LaPointe
2024-12-13 09:48:24 -07:00
parent a5b1e653ae
commit 012024ac66
2 changed files with 82 additions and 0 deletions

View File

@@ -40,6 +40,12 @@ func Main() {
}
cmd := positional[0]
q, err := BuildQuery(positional)
if err != nil {
panic(err)
}
panic(q)
likePattern := ""
notLikePattern := ""
i := 1