thrift/lib/go/test
Yuxuan 'fishy' Wang e27e82c46b THRIFT-5338: Raise minimal supported go version to 1.14.14
Client: go

- Update Dockerfiles used by travis
- Add go.mod file
- Modify error handling code to take advantage of errors package updates
  in go1.13
2021-01-20 09:11:02 -08:00
..
common THRIFT-5019: Duplicate imports from multiple includes from a namespace 2019-11-20 15:31:35 +00:00
dontexportrwtest THRIFT-4516: Fix "go vet" warnings for Go 1.10 2018-03-15 14:16:10 +01:00
tests THRIFT-5338: Raise minimal supported go version to 1.14.14 2021-01-20 09:11:02 -08:00
BinaryKeyTest.thrift THRIFT-2445 (code generation for go maps with binary keys) should be tested 2014-04-07 21:22:01 +02:00
ConflictNamespaceServiceTest.thrift THRIFT-4797: Fix import collisions in Go 2019-06-29 07:07:10 +01:00
ConflictNamespaceTestA.thrift THRIFT-4797: Fix import collisions in Go 2019-06-29 07:07:10 +01:00
ConflictNamespaceTestB.thrift THRIFT-4797: Fix import collisions in Go 2019-06-29 07:07:10 +01:00
ConflictNamespaceTestC.thrift THRIFT-4797: Fix import collisions in Go 2019-06-29 07:07:10 +01:00
ConflictNamespaceTestD.thrift THRIFT-4797: Fix import collisions in Go 2019-06-29 07:07:10 +01:00
ConflictNamespaceTestSuperThing.thrift THRIFT-4797: Fix import collisions in Go 2019-06-29 07:07:10 +01:00
DontExportRWTest.thrift THRIFT-3150 Add an option to make Read and Write methods private 2015-05-20 23:36:50 +02:00
DuplicateImportsTest.thrift THRIFT-5019: Duplicate imports from multiple includes from a namespace 2019-11-20 15:31:35 +00:00
ErrorTest.thrift THRIFT-2868 Enhance error handling in the Go client 2014-12-08 21:49:54 +01:00
GoTagTest.thrift THRIFT-5046: Better struct tag overrides 2019-12-13 13:10:23 +00:00
IgnoreInitialismsTest.thrift THRIFT-3170: Add a flag to allow the ignoring of common initialisms in Go 2015-06-01 21:09:17 +02:00
IncludesTest.thrift THRIFT-2112 Error in Go generator when using typedefs in map keys 2013-08-03 10:22:39 +02:00
InitialismsTest.thrift THRIFT-3174: Modify initialism code in Go compiler to check first word 2015-05-30 22:56:01 +02:00
Makefile.am THRIFT-5019: Duplicate imports from multiple includes from a namespace 2019-11-20 15:31:35 +00:00
MultiplexedProtocolTest.thrift THRIFT-2768: Whitespace Fixup 2014-10-03 20:30:38 +02:00
NamespacedTest.thrift THRIFT-2491 unable to import generated ThriftTest service 2014-05-02 23:37:39 +02:00
NamesTest.thrift THRIFT-3128 Go generated code produces name collisions between services 2015-05-08 21:43:50 +02:00
OnewayTest.thrift THRIFT-2768: Whitespace Fixup 2014-10-03 20:30:38 +02:00
OptionalFieldsTest.thrift THRIFT-2878 Go validation support of required fields 2015-01-20 22:40:38 +01:00
RefAnnotationFieldsTest.thrift 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 2014-05-02 00:24:24 +02:00
RequiredFieldTest.thrift THRIFT-4650: fix required fields incorrectly being marked as set 2018-10-16 07:40:13 +01:00
ServicesTest.thrift THRIFT-5002: Fix argument containers for inherited functions 2019-11-09 19:22:26 +00:00
TypedefFieldTest.thrift 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 2014-05-02 00:24:24 +02:00
UnionBinaryTest.thrift THRIFT-4573 Support binary fields in union counts 2018-05-17 10:26:09 +02:00
UnionDefaultValueTest.thrift THRIFT-3051 Go Thrift generator creates bad go code 2015-09-15 21:44:53 +02:00