This PR adds support for types that require package imports (i.e. the type will not sit in the same package as the generate code), for example genny gen "ValueType=example.com/a/b.MyType".
My first PR in this repo, please give feedback as appropriate! In accordance with the readme file, I've read the godoc for the parse package and this PR doesn't break or change any of that, and I've added tests for the new methods.
This PR adds support for types that require package imports (i.e. the type will not sit in the same package as the generate code), for example
genny gen "ValueType=example.com/a/b.MyType"
.My first PR in this repo, please give feedback as appropriate! In accordance with the readme file, I've read the godoc for the
parse
package and this PR doesn't break or change any of that, and I've added tests for the new methods.