I have been searching for a predefined function that would help to
read an AST and write back the source code of it to a file, is there any
function that would help me else can any one help me how to build the
source code back from an AST into a file..
I am able to modify an AST and print the source code of modified tree on
console using this //printer.Fprint(os.Stdout, fset, f)...but I want the
source code to be written back to file..can any one help me with this??
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.