pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Fix crufty imports and tests #21

Closed matttproud closed 12 years ago

matttproud commented 12 years ago

This change builds on the previous one that updates the support library's code formatting with the "gofmt" tool in that it removes crufty imports and allows the tests to coexist in the same directory as the package under test.