diff options
Diffstat (limited to 'ast.go')
| -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() |
