diff --git a/rules.go b/rules.go index 2f7034b..07fba84 100644 --- a/rules.go +++ b/rules.go @@ -2,6 +2,7 @@ package main import ( "encoding/json" + "regexp" "strconv" )