MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
apache
/
thrift
UNCLAIMED
Apache Thrift
0
0
1
C++
CODE
ISSUES
RELEASES
WIKI
ACTIVITY
ANALYTICS
thrift
/
go.mod
BLAME
Normal View
History
Raw
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-22 15:01:00 -07:00
module
github
.
com
/
apache
/
thrift
THRIFT-5744: Switch to slog for go library Client: go
2023-11-17 12:36:31 -08:00
go
1.21
Reference in New Issue
Copy Permalink