From dd9ae7343e8a2c75cd0a86a204653c5403fc7894 Mon Sep 17 00:00:00 2001 From: Kaushal Subedi Date: Mon, 26 Oct 2015 21:24:24 -0600 Subject: added safe mode warning --- ast.go | 4 ++++ 1 file changed, 4 insertions(+) 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() -- cgit v1.2.3