GitHub user matttproud opened a pull request: https://github.com/apache/thrift/pull/24
Up-Integrate of pomack's Thrift support for the Go language: - Removal of extraneous pre-Golang Version 1 build infrastructure, namely the make files. - Inclusion of compiler and runtime libraries from commit d1134697a88f09924befae4cd994632db8c31545. I have additional improvements I want to make to Thrift's Golang support, so I just want to get things more current before submitting them. The base for the changes comes from https://github.com/pomack/thrift4go. You can merge this pull request into a Git repository by running: $ git pull https://github.com/matttproud/thrift trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/thrift/pull/24.patch ---- commit 86415ef4453744d072edb95e76e4b4b1057eeb07 Author: Matt T. Proud <matt.pr...@gmail.com> Date: 2012-06-26T10:27:31-07:00 Up-Integrate of pomack's Thrift support for the Go language: - Removal of extraneous pre-Golang Version 1 build infrastructure, namely the make files. - Inclusion of compiler and runtime libraries from commit d1134697a88f09924befae4cd994632db8c31545. I have additional improvements I want to make to Thrift's Golang support, so I just want to get things more current before submitting them. ----