-
### What version of rules_go are you using?
0.50.1
### What version of gazelle are you using?
0.38.0
### What version of Bazel are you using?
7.4.0
### Does this issue reproduce …
-
### 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…
-
bazel_gomock has been superseded by the `gomock` functionality in rules_go itself for a while now.
Since y'all asked to take it over, I've not had a place to send folks to read docs on how to use i…
-
**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…
-
### Which jobs are failing?
windows-unit-master
### Which tests are failing?
k8s.io/kubernetes/cmd/kubeadm/app/cmd.TestNewResetData
k8s.io/kubernetes/cmd/kubeadm/app/cmd.TestNewResetData/Pass_with…
-
gomock is deprecated. Its maintained fork is uber-go/mock.
ref: https://github.com/golang/mock
> This repo and tool are no longer maintained. Please see [go.uber.org/mock](https://github.com/ube…
-
いつもお疲れ様です。
[golang/mock](https://github.com/golang/mock) がすでにメンテナンスを終了しているので、どこかのタイミングで [uber-go/mock](https://github.com/uber-go/mock) に切り替えた方が良いかと思いissue作成しました。
(いつも通り、私が時間がある際にPR作成いたします) よろしくお願…
-
**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…
-
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 …
-
**Actual behavior** A clear and concise description of what the bug is.
Compile error occurs when an arg name is same as a package name.
```go
import "github.com/yuzuy/xxx/pagination"
func (…