ncw / gotemplate

Package based templating system for Go
MIT License
258 stars 28 forks source link

Add support for import paths (fixes #10) #21

Open lvoisin opened 7 years ago

lvoisin commented 7 years ago

Add option "-I" for specifying import paths to be added in the generated code. Several such options can be specified.

Add corresponding tests.