Kevin Wan
Kevin Wan
Didn't submit details for security reasons. What kind of info you like to submit?
I don't think the change works well for the existing code.
> @kevwan can you explain what is the usage of `optional=CertFile`. > > ```go > CertFile string `json:",optional"` > CertKeyFile string `json:",optional=CertFile"` > CACertFile string `json:",optional=CertFile"` > ``` It means...
```go type PingResp { // ACK message // second line Message string `json:"message"` } ``` Not working?
@MarkJoyMa @anqiansong PTAL.
> Thanks @kevwan for the PR. I have a question about `gofumpt`. > > Most developers are writing Go code with vscode or goland (myself is using vscode), and `gofumpt`...
Personally, I prefer the stricter one. :) My thinking is that we need to decide which coding style is preferred. For the tool concern, CI will let contributors know how...
> After walking through the code change one by one, I have the following comments, I think some of them are good, and a few are debatable. > > *...
Because `Merge the same type of declaration` is not sure, I removed `-extra` to ignore it.
> Besides the test failure on Windows, I think another issue that blocks the merge of the PR is: can we improve the installation experience of the new tool? The...