Fix windows errors

This commit is contained in:
Zachary Yedidia
2018-01-04 21:46:44 -05:00
parent d82867ee53
commit 770cb87f7a
5 changed files with 6 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ type MultiRule struct {
func JoinRule(rule string) string {
split := strings.Split(rule, `" "`)
joined := strings.Join(split, "|")
joined = joined
return joined
}