[ https://issues.apache.org/jira/browse/THRIFT-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13943032#comment-13943032 ]
Chris Bannister commented on THRIFT-2419: ----------------------------------------- Yeah after your comment I figured I would go take a look at the generated code with go vet, it brought these up. I think im going to try to make the generated code easier to read / more go like so that it will be easier to identify these kind of mistakes. It might also be an idea to run go vet as part of the test suite. > golang - Fix fmt.Errorf in generated code > ----------------------------------------- > > Key: THRIFT-2419 > URL: https://issues.apache.org/jira/browse/THRIFT-2419 > Project: Thrift > Issue Type: Bug > Components: Go - Compiler > Reporter: Chris Bannister > Assignee: Jens Geyer > Fix For: 0.9.2 > > Attachments: 0001-Fix-fmt.Errorf-not-formatting-the-error.patch > > > The compiler generates code which uses fmt.Errorf without a value for a > formatting directive, go vet picked these up. -- This message was sent by Atlassian JIRA (v6.2#6252)