diff options
| author | Kaushal Subedi | 2015-10-26 21:24:24 -0600 |
|---|---|---|
| committer | Kaushal Subedi | 2015-10-26 21:24:24 -0600 |
| commit | dd9ae7343e8a2c75cd0a86a204653c5403fc7894 (patch) | |
| tree | 53977a2a278a231777f60d13d44dbdf74698722d | |
| parent | 1da08f7565d7db9b0d6f3fbca80f6da394407a5a (diff) | |
| download | gomove-dd9ae7343e8a2c75cd0a86a204653c5403fc7894.tar.bz2 | |
added safe mode warning
| -rw-r--r-- | ast.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ func ProcessFileAST(filePath string, from string, to string) { //Reset the color reset := ansi.ColorCode("reset") + fmt.Println(blackOnWhite + + "RUNNING IN SAFE MODE" + + reset) + // New FileSet to parse the go file to fSet := token.NewFileSet() |
