AlexStocks opened a new pull request, #3484: URL: https://github.com/apache/dubbo-go/pull/3484
## What changed Follow-up to #3471. - Avoid scanning the same suffix twice in \\GetSubProperty\\ by reusing the \\strings.Index\\ result. - Remove an unnecessary blank statement from \\TestSequenceIDConcurrent\\. ## Verification - \\gofmt -w common/config/environment.go remoting/exchange_test.go\\ - \\go test ./common/config ./remoting -count=1\\ - \\go vet ./common/config ./remoting\\ - \\git diff --check\\ - \\wsl bash -lc 'cd /mnt/d/test/github/dubbo-go && go test ./common/config ./remoting -count=1'\\ Note: I also started \\go test ./... -count=1\\; it ran through many packages without failures but was interrupted after several minutes of no output, so it is not listed as a passing verification. Co-authored-by: OmX <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
