aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--native.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/native.go b/native.go
index f9362a0..8a68880 100644
--- a/native.go
+++ b/native.go
@@ -21,7 +21,7 @@ func ProcessFileNative(filePath string, from string, to string) {
//Reset the color
reset := ansi.ColorCode("reset")
- fmt.Pritnln(blackOnWhite+"Processing file", filePath, reset)
+ fmt.Println(blackOnWhite+"Processing file", filePath, reset)
// Open file to read
fileContent, err := ioutil.ReadFile(filePath)