aboutsummaryrefslogtreecommitdiffstats
path: root/native.go
diff options
context:
space:
mode:
Diffstat (limited to 'native.go')
-rw-r--r--native.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/native.go b/native.go
index 92be282..81ee8c8 100644
--- a/native.go
+++ b/native.go
@@ -11,6 +11,7 @@ import (
"github.com/mgutz/ansi"
)
+// ProcessFileNative processes files uing native string search instead of ast parsing
func ProcessFileNative(filePath string, from string, to string) {
//Colors to be used on the console
red := ansi.ColorCode("red+bh")