Skip to content

Commit 3cbb8d4

Browse files
Add gomod file to ensure mockgen is available
1 parent a73224d commit 3cbb8d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mocks/gomod.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// +build gomod
2+
3+
package mocks
4+
5+
import (
6+
_ "github.com/golang/mock/mockgen/model"
7+
)

0 commit comments

Comments
 (0)