-
Hi team.
## What
It would be nice if the core logic of mockgen is placed in some package other than `main`. This makes mockgen importable.
`main` package should contain only CLI-related proce…
-
*Requested feature*
Sometimes I'll generate a mock and `EXPECT` some calls. In cases where the test fails because the mock was called with a different input, it can be very hard to tell what the dif…
-
Hi @jschaf, I saw there was some tracing code being generated via pggen at one point but it was removed from the repo. I am creating a new span before calling generated code and would like the pggen l…
-
With #249 the actuator tests are failing like below and this issue is to track so we can fix it later in time. As of now priority is to update latest machine api and vendoring part.
```
$ make tes…
-
w-h-a updated
2 years ago
-
クラスとインスタンス、継承、インタフェースと抽象クラス、こういった基礎を本を読んで理解したのち、有名なオープンソースプロジェクトのコードを落としてきて、見て、使って、改造してということに一通り慣れておくとよいだろう。すると、主要なデザインパターンのいくつか自分で発明・発見できるくらいにはなる。逆に言えば、このようなプロセスを踏まない限り、真にオブジェクト思考を理解したとは言えないと思う。
-
### Description
I think it would be nice to build an `ArgumentCaptor` interface and `argumentCaptor` struct that extends `Matcher` through composition, but store the value of the arguments before the…
-
-
Hey first of all thanks for this great mock library. I'm trying to port my mocks from mockgen to use ensure. I have two issues I need help with to do it:
1. Mocks with Ensure do now allow me to ove…
-
預計整理以下內容變成一篇新手學 golang 注意到的地方
[Q1 - variable scope in for statement](https://github.com/Yu-Jack/yu-jack.github.io/issues/9#issuecomment-986176356)
[Q2 - Interface & Receiver](https://github.com/Yu…