commit | d9fcdd3dbafbe1a8296018d0d6c55d972f607a42 | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Wed Jan 20 09:17:04 2021 -0800 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Jan 20 11:49:24 2021 -0800 |
tree | e361ade98c00d9084a25603374b9919ebed6c0c5 | |
parent | e27e82c46ba4d46c2c3267701191cdc26614f739 [diff] |
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.
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