From fc7b97c219861ee5a9ee660b9a3263ef529b1752 Mon Sep 17 00:00:00 2001 From: Kaushal Subedi Date: Mon, 26 Oct 2015 21:38:46 -0600 Subject: fixed typo --- native.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3