Browse Source

Split vars

Volodymyr Tkach 2 years ago
parent
commit
71abefc2f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/http/helpers/helpers.go

+ 1 - 0
utils/http/helpers/helpers.go

@@ -34,6 +34,7 @@ import (
 var mHtml = regexp.MustCompile(`>[\n\t\r]+<`)
 var mHtmlLeft = regexp.MustCompile(`>[\n\t\r]+`)
 var mHtmlRight = regexp.MustCompile(`[\n\t\r]+<`)
+
 var mScript = regexp.MustCompile(`<script>([^<]*)</script>`)
 var mScriptLine = regexp.MustCompile(`[\n\t\r]+`)
 var mScriptEqual = regexp.MustCompile(`[\n\t\r\s]+=[\n\t\r\s]+`)