summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2021-01-20 09:17:04 -0800
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2021-01-20 11:49:24 -0800
commitd9fcdd3dbafbe1a8296018d0d6c55d972f607a42 (patch)
treee361ade98c00d9084a25603374b9919ebed6c0c5
parente27e82c46ba4d46c2c3267701191cdc26614f739 (diff)
downloadthrift-d9fcdd3dbafbe1a8296018d0d6c55d972f607a42.tar.gz
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.
-rw-r--r--lib/go/thrift/go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/go/thrift/go.mod b/lib/go/thrift/go.mod
deleted file mode 100644
index 430c255a8..000000000
--- a/lib/go/thrift/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module github.com/apache/thrift/lib/go/thrift
-
-go 1.14