Charles Hsu

Results 4 comments of Charles Hsu

I ran into this issue too, just DON'T use ``. It just works very well since I replaced all `` with ``. And use 4 spaces for Indenting each line...

I'm not sure why go1.17 failed in below, ``` Running [/home/runner/golangci-lint-1.49.0-linux-amd64/golangci-lint run --out-format=github-actions] in [] ... Error: File is not `goimports`-ed (goimports) Error: File is not `goimports`-ed (goimports) Error: File...

Just add two extraheaders for container and object in connection structure. Do you think that make sense?

> I'd prefer new functions with extra parameters otherwise you create a global state which will be difficult to share between threads. Do you mean something likes this? ``` func...