YiCheng Zhu
YiCheng Zhu
> I can still see the same issue on Alpine 3.14.0. I'm behind a corporate proxy which doesn't require any authentication. Adding the internal certificate to `/etc/ssl/certs/ca-certificates.crt` didn't help me....
> **Describe the bug** Error While Building Project **To Reproduce** Steps to reproduce the behavior: > > 1. Clone Repo > 2. Run npm install > 3. Scroll down >...
Did someone find some solution? It really sucks.....
You can embed the original interface to ensure mocked struct implements it.But you can not **override it** with mocked function. Because it is not exported, the mthod of the same...
Thanks for your reply. This is my config: ```yaml with-expecter: false all: true filename: "{{.InterfaceNameSnake}}.go" outpkg: mock{{.PackageName}} mockname: "{{.InterfaceName}}" dir: test/mock/{{trimPrefix .InterfaceDirRelative "pkg/"}} packages: packageNameA: config: recursive: true ``` Is...
In fact, I am a little confused. If we know that it is a interpolation, why should we escape it?
Hi @apparentlymart. Thanks for your rapid and detailed reply. I want to provide some background information: I hope to generate a HCL syntax file with some existing configuration information. But...
https://github.com/go-gorm/gen/issues/342
I would add some explanations: Assuming that I have a table `Person`, `gen.WithQueryInterface` will generate files following. person.gen.go ```go // struct with do type person struct{ // personDo implements IPersonDO...
Is it related to https://github.com/redis/go-redis/issues/2276 ?