summaryrefslogtreecommitdiff
path: root/tutorial/go
Commit message (Expand)AuthorAgeFilesLines
* Use multi-module to cleanup top level go.modYuxuan 'fishy' Wang2022-11-021-10/+6
* Update Go versions used in travis and LANGUAGES.mdYuxuan 'fishy' Wang2022-04-251-2/+8
* go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-273-22/+16
* THRIFT-5358: Add go.mod file to root directoryYuxuan 'fishy' Wang2021-03-245-21/+18
* 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-194-7/+7
* THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatib...John Boiles2018-03-126-170/+4
* THRIFT-4398 Update EXTRA_DIST for "make dist"Jens Geyer2017-12-011-0/+3
* THRIFT-4285 Move TX/RX methods from gen. code to libraryD. Can Celasun2017-11-031-2/+5
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0
* THRIFT-4260 Go context generation issue. Context is parameter in Interface no...taozle2017-07-254-7/+63
* THRIFT-4236 Support context in go generated codetaozle2017-07-223-12/+123
* 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-2768: Whitespace FixupJens Geyer2014-10-031-19/+19
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-19/+19
* go: clean tutorial properlyRoger Meier2014-07-281-1/+1
* THRIFT-2325: SSL test certificatesRoger Meier2014-04-072-45/+51
* 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-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and...jfarrell2013-08-151-1/+4
* THRIFT-2118 Certificate error handling still incorrectJens Geyer2013-08-141-3/+1
* THRIFT-2109 Secure connections should be supported in GoJens Geyer2013-08-136-8/+87
* THRIFT-2083 Improve the go lib: Testcase for buffered TransportJens Geyer2013-07-263-7/+16
* THRIFT-2090: Go generator, fix including of other thrift filesJens Geyer2013-07-181-5/+5
* THRIFT-2012: Modernize Go tooling - Fix for "make dist"Jens Geyer2013-06-191-3/+4
* THRIFT-2012 Modernizing GoJens Geyer2013-06-1812-582/+318
* THRIFT-625: Add support for 'Go'; provided by Aalok Shah.Christian Lavoie2011-02-208-0/+610