-
\__DELETE_ME_: Please make sure to update the _Assigness_, _Labels_, _Projects_, _Milestone_ before submitting the issue\_
\__DELETE_ME_: Please make sure to add labels for the purpose (e.g. `persist…
-
## Problem
Mocks used for testing are currently written manually using [testify/mock](github.com/stretchr/testify/mock). While this provides necessary functionality for testing, it doesn't scale well…
-
## Test Output:
```
=== RUN TestUser_GetUserInfo
--- FAIL: TestUser_GetUserInfo (0.00s)
user_test.go:19: missing call(s) to *mock_repository.MockUserIface.Get(is equal to 1) /Users/eddycjy/g…
-
**Actual behavior** _A clear and concise description of what the bug is._
My project uses Go modules, but due to the CI restrictions we also make use of the `vendor` folder.
So, our modules are sy…
-
Perhaps I am missing a command line arg - but I do not see anything in the documentation that addresses this.
Using `go-mockgen@v1.3.7` I see the following error related to generics and surrogate i…
-
**Description**
A multistage build on OpenShift 4.0 results in an image larger than that produced by Docker or buildah through the CLI
**Steps to reproduce the issue:**
1. Create a BuildConfig …
-
When running `go generate ./...` on in the project root, it fails with:
```
prog.go:14:2: no required module provides package github.com/zitadel/oidc/pkg/rp; to add it:
go get github.com/…
-
Description
-------------
I want to generate all mocks into one file to avoid garbaging a folder. I have a lot of interfaces in my package and I have a unit tests in the same package. So, if I gener…
-
Thanks for making a good Go plugin for neovim, but here i found and error when use `GoAddTag` and i get message "DEBUG: struct not found".
My neovim information
```text
NVIM v0.8.3
Build type: …
-
### What happened?
**kube::golang::verify_go_version** is the first function we execute from kube::golang::setup_env. See update-mocks.sh
```
trap cleanup EXIT
kube::golang::verify_go_version
…