go-goast / goast

goast is a Go AST utility with the aim of providing idiomatic meta-programming facilities for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment support

jamesgarfield opened this issue · comments

Several benefits to this

  • Improve debugging experience in generated code
  • Allow for insertion of comments denoting that code is generated
  • Keep or add build directives
  • Licences

Ping :-) Any idea when this could be implemented!?