diff options
| author | Kaushal Subedi | 2015-10-27 20:04:17 -0600 | 
|---|---|---|
| committer | Kaushal Subedi | 2015-10-27 20:04:17 -0600 | 
| commit | accb140e81998d3630825d7e236f603e43d5cf07 (patch) | |
| tree | 2498e2cb89cc38e9a3a59bd3760341bd6e18a720 /native.go | |
| parent | 743122fbff6911da22d505adb50e0e9ff8a0d104 (diff) | |
| download | gomove-accb140e81998d3630825d7e236f603e43d5cf07.tar.bz2 | |
added comments
Diffstat (limited to 'native.go')
| -rw-r--r-- | native.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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") | 
