-
/kind bug
**Describe the solution you'd like**:
Currently the mocks seem to be static and they don't get updated automatically when running the `generate` command. We should provide a way to updat…
-
-
Hello, if I execute the "make clean all" command on my Ubuntu 17.10 then after a few minutes I get this message and the setup terminates:
```
make[1]: Verzeichnis „/home/bernd/ttn/api“ wird betret…
-
I've got a directory /path/to/foobar on disk that I'd like to alias to /another/weirdpath/to/foobar. I have a solution to that problem but I suspect there's an easier way to do it.
Currently, I'm u…
-
Mocking a method with int and string parameters generates a mock that does not expect those types. However, if both parameters are of type string, it works properly.
##### output
```
alem@alem-vm:~/W…
-
### Summary
`make generate` in dev branch is not idempotent. Results in `mockgen` failures.
### Description
Please consider vendoring `mockgen` and also removing mockgen generated files from…
-
I'm evaluating Counterfeiter as compared to mockery, mockgen, etc. Something I noticed is that this invocation:
```
$ counterfeiter . XYZClient - > /tmp/z
```
Produces a file ending with a dia…
-
Now that GOROOT is not available in the toolchain under toolcain.paths.root.path what is the correct way to get the GOROOT?
Both go_context.go.short_path & go_context.root seems to return the root …
-
This is a weird one. Most generated files seem to be correctly skipped, but one doesn't:
```
$ golangci-lint run --fast
mocks/ec2api.go:304:22: method AssignPrivateIpAddresses should be AssignPri…
-
Hi, rules_go maintainers
I've used bazel + rules_go in my company for about 8 months (since from it was in tools/build_rules). In general I am very satisfied with using bazel to build our highly co…