Results 16 issues of vetcher

Hi, I'm trying to install goldie to project with modules. And error about incompatible version appears. Could you help me get around this problem? ``` > go get github.com/sebdah/[email protected] go:...

Hi @dave, what you think about adding constructor for `*jen.File`, like `NewFileFromSource()` or `NewFileFromAst(*ast.File)`, to create file from existing files or asts? My use cases: 1. I want to append...

Right now, when connection to broker drops, there is no way to reconnect and restore channels functionality. Also, as I see, `chan []byte`s created by `vice.Transport` blocks forever after disconnection....

No normal description right now

I think it will use devimteam/amqp, but I'm not sure yet

Every output file (directory) should be changeable.

Remove github.com/dave/jennifer usage because it requires to write dirty, hard-to-read code

Make generation behavior more stable and turn off templates, with is unstable.