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 4779295 commit 61d9f87Copy full SHA for 61d9f87
mocks/generate.go
@@ -1,3 +1,3 @@
1
package mocks
2
3
-//go:generate go run -mod=mod -workfile=off github.com/golang/mock/mockgen@v1.6.0 -source=../client.gen.go -package=mocks -destination mocks.gen.go
+//go:generate go run -mod=mod github.com/golang/mock/mockgen@v1.6.0 -source=../client.gen.go -package=mocks -destination mocks.gen.go
0 commit comments