We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458d7a1 commit e74b1bdCopy full SHA for e74b1bd
pkg/util/httpclient/httpclient.go
@@ -1,6 +1,6 @@
1
package httpclient
2
3
-//go:generate mockgen -package mocks -destination=$PWD/mocks/$GOFILE -source=$GOFILE -build_flags=-mod=vendor
+//go:generate mockgen -package mocks -destination=../../../mocks/$GOFILE -source=$GOFILE -build_flags=-mod=vendor
4
5
import "net/http"
6
pkg/util/volumes/volumes.go
package volumes
import v1 "k8s.io/api/core/v1"
0 commit comments