-
https://github.com/search?q=repo%3Acontainerd%2Fnerdctl+go.uber.org%2Fmock&type=code
The tests that are using `go.uber.org/mock` should be rewritten to use plain structs and interfaces for simplici…
-
As an alternative to https://github.com/temporalio/temporal/pull/5620, I was pointed to this tool as a way to cache and speed up `go generate`. However, I can't get it to work locally. It looks like i…
-
Hello,
I'm using go-mockgen in one of my projects, where I have it run in a bash script.
I see in the README that the installation instructions are:
```bash
go get -u github.com/derision-test/…
-
Verify that changes after merging https://github.com/exgalsky/mockgen/pull/6, https://github.com/exgalsky/xgfield/pull/8, and https://github.com/exgalsky/lpt/pull/10 result in the expected statistical…
-
Also we should probably make an issue to move everything over to `counterfeiter` in Rode and `greafeas-elasticsearch`
_Originally posted by @alexashley in https://github.com/rode/grafeas-elasticsea…
-
I have generate a mock with mockgen for testing afero's function but it seems that WriteFile and ReadFile function are not be intergrate in an interface.
Is there any solution to do it ?
Thanks in …
-
Let's eliminate the need to install mockgen.
---
We currently require users to install it. But, unexpected behaviors may occur due to differences in mockgen behavior depending on which mockgen …
-
### Discussed in https://github.com/renovatebot/renovate/discussions/27316
Originally posted by **nieomylnieja** February 15, 2024
### Tell us more.
[Devbox](https://www.jetpack.io/devbox) …
-
in generic use pkg path in line of code like
import (
context "context"
gomock "go.uber.org/mock/gomock"
gorm "gorm.io/gorm"
reflect "reflect"
entity "…
-
```
What steps will reproduce the problem?
1. Acquire https://github.com/fluffle/goirc/blob/master/event/registry.go
2. Run mockgen -source registry.go -destination mock_registry.go -package event
Wh…