/* ** <+FILENAME+> - <+DESC+> ** ** (C) 2013 - Frank Villaro-Dixon */ package <+NAME+> import "fmt" func main() { <+CODE+> }