diff --git a/src/brackets.go b/src/brackets.go index 3a59e09..1988358 100644 --- a/src/brackets.go +++ b/src/brackets.go @@ -1,8 +1,6 @@ package main -import ( - "strings" -) +import "strings" var bracketsCompile = makeRegex(`( *)\((.|\n)+\)( *)`)