GitHub user kgodlewski opened a pull request:
https://github.com/apache/thrift/pull/75
Generate valid Go code for functions that throw exceptions
At the moment Thrift generates Go code that doesn't compile, when thrift
exceptions come into play. This pull request fixes the issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kgodlewski/thrift gen-go-exception-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/75.patch
----
commit 03380365d38a6abcf5e7fe7f6c5eab598b184fdc
Author: Krzysztof Godlewski <[email protected]>
Date: 2014-01-11T16:04:31Z
Generate valid Go code for functions that throw exceptions
----