diff options
| author | Kaushal Subedi | 2015-10-26 21:38:46 -0600 |
|---|---|---|
| committer | Kaushal Subedi | 2015-10-26 21:38:46 -0600 |
| commit | fc7b97c219861ee5a9ee660b9a3263ef529b1752 (patch) | |
| tree | eea09ab6343dcbf99ab43af469d8d1300ea9ee0a | |
| parent | 25ac3bddcde2141250843115606d008a50d82379 (diff) | |
| download | gomove-fc7b97c219861ee5a9ee660b9a3263ef529b1752.tar.bz2 | |
fixed typo
| -rw-r--r-- | native.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
