-
### What version of rules_go are you using?
0.42.0
### What version of gazelle are you using?
0.32.0
### What version of Bazel are you using?
6.4.0
### Does this issue reproduce with…
-
### What version of rules_go are you using?
0.40.0
### What version of gazelle are you using?
0.28.0
### What version of Bazel are you using?
6.3.0
### Does this issue reproduce with…
-
**Actual behavior** The unit test at https://github.com/PhilAndrew/mockgenredisv9/blob/main/mock_v9/redis_cache_v2_test.go#L36 should pass as it takes and supplies 3 parameters. Instead it says `wrong…
-
Add below additional features in the make file:
- [x] gofmt
- [x] govet
- [x] golangci-lint
- [x] Mockgen
- [x] verify vendor
- [ ] test e2e tests
- [x] tests
Add required shell scripts ut…
-
Hi!
Just wondering is there a way to speed up the moq generation time? Something like gomockhandler for mockgen, or committing the generated files and ensure that they kept up-to-date.
Currently…
-
#1472 was incorrectly merged (without regenerating the `pb` files). Currently we use auto generated code for our test mocks (`mockgen`) and for our proto (`buf`) message definitions.
We should add …
-
Hello!
#1802 has added a dependency on github.com/golang/mock/mockgen to the top-level subpackage.
As a result, callers like https://github.com/containers/storage which import none of the three …
-
```
nvim -v
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1692716794
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/share/nvim"
```
After using the go.nvim plugin wi…
-
*Requested feature*: Add support for a "go:generate" instruction as part of the generated mock files in gomock.
*Why the feature is needed*: Currently, when using gomock to generate mock files, the…
-
after the 0.16 star port update the tutorial does not show how to correctly mock the bankKeeper in the new tests keeper_test.go. The file expected_keepers.go also no longer exists.