aboutsummaryrefslogtreecommitdiff
path: root/tests/extras
diff options
context:
space:
mode:
authorZhongpeng Lin <zplin@uber.com>2022-04-22 08:50:31 -0700
committerGitHub <noreply@github.com>2022-04-22 08:50:31 -0700
commit29ca6bd5aaf286f0e39b41f2ecd22ecb791511fe (patch)
treee7b86d3dc4db3b38baab27364b950b34e014a5d0 /tests/extras
parentb4a93a7e6e35a7c54a161fd7fa49ea04fe25cc39 (diff)
downloadbazelbuild-rules_go-29ca6bd5aaf286f0e39b41f2ecd22ecb791511fe.tar.gz
removing interfaces attribute from gomock source mode (#3127)
Diffstat (limited to 'tests/extras')
-rw-r--r--tests/extras/gomock/BUILD.bazel1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/extras/gomock/BUILD.bazel b/tests/extras/gomock/BUILD.bazel
index e2abe1b5..5d807565 100644
--- a/tests/extras/gomock/BUILD.bazel
+++ b/tests/extras/gomock/BUILD.bazel
@@ -16,7 +16,6 @@ go_library(
gomock(
name = "mocks",
out = "client_mock.go",
- interfaces = ["Client"],
library = ":client",
package = "client",
source = "client.go",