- b71f11e THRIFT-5358: Add go.mod file to root directory by Yuxuan 'fishy' Wang · 3 years, 10 months ago
- b0b3531 Move ConflictingNamesTest to lib/go/test by Yuxuan 'fishy' Wang · 3 years, 11 months ago
- 4aaef75 THRIFT-5337 Go set fields write improvement by wangtieju · 4 years ago
- e27e82c THRIFT-5338: Raise minimal supported go version to 1.14.14 by Yuxuan 'fishy' Wang · 4 years ago
- d831230 THRIFT-5326: Expand TException interface in go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- e79f764 THRIFT-5233: Handle I/O timeouts in go library by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- 81334cd THRIFT-5152: introduce connect timeout and socket timeout by lvqian · 4 years, 10 months ago
- b374ce3 THRIFT-5046: Better struct tag overrides by Duru Can Celasun · 5 years ago
- 4653009 THRIFT-4984: Ignore EOF errors in TSimpleServer, take 2 by Yuxuan 'fishy' Wang · 5 years ago
- c28a739 THRIFT-4747: The 'omitempty' tag should not be appended to optional fields that have a default value by Renan Cakirerk · 6 years ago
- 5c1ecb6 THRIFT-4650: fix required fields incorrectly being marked as set by Craig Wickesser · 6 years ago
- 88591e3 THRIFT-4573 Support binary fields in union counts by D. Can Celasun · 7 years ago
- 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
- 041c3c7 THRIFT-4421 golang tests rely on gomock, which has changed behaviour, causing tests to fail by Chet Murthy · 7 years ago
- 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
- 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
- c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
- 8da0e72 THRIFT-4215 Golang TTransportFactory Pattern Squelches Errors by D. Can Celasun · 8 years ago
- 43fb34d THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized to JSON by D. Can Celasun · 8 years ago
- ca714c4 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} by creker · 9 years ago
- 8b5e2e7 THRIFT-3428 go test fail on busy_machine by Roger Meier · 9 years ago
- a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
- 0f17e15 THRIFT-3051 Go Thrift generator creates bad go code by Jens Geyer · 9 years ago
- 5bc8b5a THRIFT-3302 Go JSON protocol should encode Thrift byte type as signed integer string by Jens Geyer · 9 years ago
- 56a03be THRIFT-3192 Go import paths changed in 1.4, and expired June 1 by Jens Geyer · 10 years ago
- 86a51e7 THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go by Jens Geyer · 10 years ago
- b3b7d04 THRIFT-3174: Modify initialism code in Go compiler to check first word by Jens Geyer · 10 years ago
- 549a9e1 THRIFT-3160 go: make generated enum types implement TextMarshaler and TextUnmarshaler by Jens Geyer · 10 years ago
- 1d1bca2 THRIFT-3027 Go compiler does not ensure common initialisms have consistent case by Jens Geyer · 10 years ago
- 28c1c19 THRIFT-3023 Go compiler is a little overly conservative with names of attributes by Jens Geyer · 10 years ago
- 962e410 THRIFT-3006 Attach 'omitempty' json tag for optional fields in Go by Jens Geyer · 10 years ago
- 307144a THRIFT-2878 Go validation support of required fields by Jens Geyer · 10 years ago
- 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
- 1f42d31 THRIFT-2868 Enhance error handling in the Go client by Jens Geyer · 10 years ago
- 527b6d9 THRIFT-2854 Go Struct writer and reader looses important error information by Jens Geyer · 10 years ago
- 5f9bdff THRIFT-2841 Add comprehensive integration tests for the whole Go stack by Jens Geyer · 10 years ago
- 104ecb6 FIX broken test by Jens Geyer · 11 years ago
- c0d126f THRIFT-2549 Generate json tag for struct members. use go.tag annotation to override the default generated tag. by Jens Geyer · 11 years ago
- 4f073d8 THRIFT-2505 fix apache license header by henrique · 11 years ago
- facc8dc THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs by Jens Geyer · 11 years ago
- e52c046 THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
- 731975a THRIFT-2451: Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped to go map or slice. generate Get accessors by Jens Geyer · 11 years ago
- 2bc4b13 THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server by henrique · 11 years ago
- 751c97c THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 11 years ago
- 2335b96 Added missing ASF header by Jens Geyer · 11 years ago
- c2ccca8 THRIFT-2458 Generated golang server code for "oneway" methods is incorrect by Jens Geyer · 11 years ago
- 4568792 THRIFT-2445 (code generation for go maps with binary keys) should be tested by Jens Geyer · 11 years ago