-
## Issue
go generate for `GOARCH=arm64` is failing
```sh
❯ GOARCH=arm64 go generate ./pkg/plugin/...;
fork/exec /tmp/go-build4230987009/b001/exe/mockgen: exec format error…
-
Do you think that you could provide the same release binaries as the original project did?
For example: https://github.com/golang/mock/releases/tag/v1.6.0
-
**Actual behavior**
```
bash-3.2$ go install go.uber.org/mock/mockgen@v0.3.0
bash-3.2$ mockgen --version
Killed: 9
```
**Expected behavior**
```
bash-3.2$ go install go.uber.org/mock…
-
Time to migrate a newer version of mockgen on `steve`, currently from 0.1.6 to 0.4.0, and stop using the archived github.com/golang/mock/gomock
Issue #46972 did this on other modules, but didn't co…
-
Generating a mock, in source mode, for an interface that references types from an imported package that is aliased will not generate the same alias in the generated output. This creates problems when …
-
### What version of rules_go/gazelle/bazel/gomock are you using?
* rules_go 0.50.1 (latest)
* gazelle 0.39.1 (latest)
* bazel 7.3.1 (latest)
* Uber's [gomock 0.5.0](https://pkg.go.dev/go.uber.or…
-
Example
```makefile
testmocks:
# go install go.uber.org/mock/mockgen@latest
mockgen \
-build_flags=--mod=mod \
-destination=internal/mocks/mock_any_repository.go \
-package mocks github…
-
**`go-generate` doesn't work**
$ pants go-generate ::
13:56:18.02 [INFO] Completed: Process `go generate` directives in file: pkg/something.go
13:56:18.02 [ERROR] 1 Exception en…
-
**Actual behavior** A clear and concise description of what the bug is.
we have an interface that uses `"github.com/tikv/client-go/v2/tikv".Codec`. And that type is defined as
under `"github.com…
-
**Actual behavior** A clear and concise description of what the bug is.
With the upgrade from v0.4.0 to v0.5.0 we had to manually specify type parameters for mocks that have been generated for type…