Skip to content

Commit 61d9f87

Browse files
remove workfile ref
1 parent 4779295 commit 61d9f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocks/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package mocks
22

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
3+
//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

Comments
 (0)