thrift/tutorial/go
Yuxuan 'fishy' Wang b71f11e251 THRIFT-5358: Add go.mod file to root directory
Client: go

This unblocks the development under go 1.16+, which starts to complain
when there's no go.mod file in any of the directories.

The current approach is certainly not the best solution ever, for
example it does not run the tests under lib/go/test/tests but copy them
into lib/go/test/gopath/src/sometest and run them there instead, but
those improvements can be done in the future in follow up PRs and this
should be a good enough first step to unblock developments.
2021-03-24 13:32:14 -07:00
..
src THRIFT-5358: Add go.mod file to root directory 2021-03-24 13:32:14 -07:00
Makefile.am THRIFT-5358: Add go.mod file to root directory 2021-03-24 13:32:14 -07:00
server.crt THRIFT-2325: SSL test certificates 2014-04-07 23:45:19 +02:00
server.key THRIFT-2325: SSL test certificates 2014-04-07 23:45:19 +02:00