summaryrefslogtreecommitdiff
path: root/tutorial/go/src
Commit message (Expand)AuthorAgeFilesLines
* go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-273-22/+16
* THRIFT-5358: Add go.mod file to root directoryYuxuan 'fishy' Wang2021-03-244-6/+9
* THRIFT-5052: Make the Go tutorial executable to the endKengo Seki2020-01-191-1/+0
* Replace git.apache.org imports with github.comD. Can Celasun2018-10-193-3/+3
* THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatib...John Boiles2018-03-125-160/+4
* THRIFT-4285 Move TX/RX methods from gen. code to libraryD. Can Celasun2017-11-031-2/+5
* THRIFT-4260 Go context generation issue. Context is parameter in Interface no...taozle2017-07-253-5/+57
* THRIFT-4236 Support context in go generated codetaozle2017-07-222-5/+113
* THRIFT-4215 Golang TTransportFactory Pattern Squelches ErrorsD. Can Celasun2017-06-051-1/+4
* THRIFT-727 what() method of generated exceptions will provide more informationJens Geyer2015-05-201-2/+2
* THRIFT-2349: Golang - improve tutorialJens Geyer2014-02-051-6/+12
* THRIFT-2343 Fix tutotial code and codegen for methods without exceptionsJens Geyer2014-02-043-12/+14
* THRIFT-2170 Generated Go code should populate all ReadErrors completelyJens Geyer2013-09-081-1/+1
* THRIFT-2118 Certificate error handling still incorrectJens Geyer2013-08-141-3/+1
* THRIFT-2109 Secure connections should be supported in GoJens Geyer2013-08-133-7/+33
* THRIFT-2083 Improve the go lib: Testcase for buffered TransportJens Geyer2013-07-263-7/+16
* THRIFT-2012 Modernizing GoJens Geyer2013-06-188-358/+267
* THRIFT-625: Add support for 'Go'; provided by Aalok Shah.Christian Lavoie2011-02-205-0/+386