aboutsummaryrefslogtreecommitdiffstats
path: root/ast.go
diff options
context:
space:
mode:
Diffstat (limited to 'ast.go')
-rw-r--r--ast.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ast.go b/ast.go
index fffbe96..d2e4e93 100644
--- a/ast.go
+++ b/ast.go
@@ -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()