From a65c9492058d5c652f85e6b03185b569eae6873d Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 27 Mar 2025 14:52:30 +0100 Subject: all: use mockery config instead of go:generate --- pkg/gcs/gcs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/gcs') 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 ( -- cgit mrf-deployment