aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/gcs
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-03-27 14:52:30 +0100
committerTaras Madan <tarasmadan@google.com>2025-03-28 08:52:18 +0000
commita65c9492058d5c652f85e6b03185b569eae6873d (patch)
tree8a28465eeede5793873faca419bfaaa796580022 /pkg/gcs
parent6c09fb82edbf8c19be0a3ea3e1e823c8891ee5a1 (diff)
all: use mockery config instead of go:generate
Diffstat (limited to 'pkg/gcs')
-rw-r--r--pkg/gcs/gcs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/gcs/gcs.go b/pkg/gcs/gcs.go
index b97e9c77a..dcdd45f5a 100644
--- a/pkg/gcs/gcs.go
+++ b/pkg/gcs/gcs.go
@@ -8,8 +8,6 @@
// https://cloud.google.com/go/getting-started/using-cloud-storage
// https://godoc.org/cloud.google.com/go/storage
-//go:generate ../../tools/mockery.sh --name Client -r
-
package gcs
import (