The base library code for thrift4go is stylistically incompliant with
upstream Go. Before making more fixes to the library, I want to bring
conformance first.
I've always preferred gofmt -tabs=false -tabwidth=2 -comments=true -w=true *.go but since others are actually using the code, going to standard gofmt makes sense.
The base library code for thrift4go is stylistically incompliant with upstream Go. Before making more fixes to the library, I want to bring conformance first.
This is merely a result from performing a