alibaba / sentinel-golang

Sentinel Go enables reliability and resiliency for Go microservices
https://sentinelguard.io/
Apache License 2.0
2.77k stars 436 forks source link

chore: replace loop with ret = append(ret, resRules...) #531

Closed testwill closed 11 months ago

testwill commented 1 year ago

Describe what this PR does / why we need it

should replace loop with ret = append(ret, resRules...) (S1011)

Does this pull request fix one issue?

NONE

Describe how you did it

Describe how to verify it

Special notes for reviews

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.