mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
b71f11e251
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.
6 lines
80 B
Modula-2
6 lines
80 B
Modula-2
module github.com/apache/thrift
|
|
|
|
go 1.15
|
|
|
|
require github.com/golang/mock v1.5.0
|