Hello, I tried generating a server with remoto and got an `undeclared name` error. I reproduced the error with: ``` remoto generate infoer.remoto.go ~/go/src/github.com/machinebox/remoto/templates/remotohttp/server.go.plush parse: conf.Check: io.Reader.go:12:7: undeclared name: Info ``` With the code [here](https://gist.github.com/dolanor/e3451479c6c16bcc8cd241844a075415) The Info struct is declared in the same package, but remoto cannot understand/find it. Am I using this wrong?