Kevin Wan
Kevin Wan
Better to use the same type in the hash key.
Please remove unused code to avoid staticcheck errors.
Would you please explain why only process client?
> > Would you please explain why only process client? > > for response body may large But if the response body is not large, and I want to check...
@anqiansong PTAL.
Let me check how to fix it. We designed it like this is because go-zero handles config files in the same way inspite of yaml, json, toml, properties etc.
Would you please give some examples on how to use different token keys? For example, how to request the API with curl.
Bearer is the standard schema, is there any official spec that talks about Bearer replacement?
## Unit Tests Added for PR #4343 I've reviewed this PR and can confirm it fixes **two real bugs**: 1. **Bug 1**: The etc directory check uses the wrong base...
## Complete Unit Test File I've created a comprehensive test file (`tools/goctl/docker/docker_test.go`, 376 lines) that covers all scenarios. You can view or download the test file from this gist: https://gist.github.com/kevwan/docker-test-pr4343...