This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new d9fcdd3 THRIFT-5338: Remove lib/go/thrift/go.mod
d9fcdd3 is described below
commit d9fcdd3dbafbe1a8296018d0d6c55d972f607a42
Author: Yuxuan 'fishy' Wang <[email protected]>
AuthorDate: Wed Jan 20 09:17:04 2021 -0800
THRIFT-5338: Remove lib/go/thrift/go.mod
Client: go
Having it under a subdirectory has some unexpected consequences, so
remove it for now. Another PR will be open up later to add it back to
the root directory.
---
lib/go/thrift/go.mod | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/go/thrift/go.mod b/lib/go/thrift/go.mod
deleted file mode 100644
index 430c255..0000000
--- a/lib/go/thrift/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module github.com/apache/thrift/lib/go/thrift
-
-go 1.14