aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaushal Subedi2015-10-26 21:38:46 -0600
committerKaushal Subedi2015-10-26 21:38:46 -0600
commitfc7b97c219861ee5a9ee660b9a3263ef529b1752 (patch)
treeeea09ab6343dcbf99ab43af469d8d1300ea9ee0a
parent25ac3bddcde2141250843115606d008a50d82379 (diff)
downloadgomove-fc7b97c219861ee5a9ee660b9a3263ef529b1752.tar.bz2
fixed typo
-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)