You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go install github.com/golang/mock/[email protected]
$ mockgen -source=internal/store/store.go -destination=internal/store/mock/store.go -package=mock Store
$ go mod tidy
$ go mod vendor