linchizhen

Results 7 issues of linchizhen

### Purpose: fix some comments ### Current Behavior: ### New Behavior: ### Testing Notes:

community-pr

## Proposed changes fix some function names ## Types of changes - [ ] Others ## Checklist *Put an x in the boxes that apply. You can also fill these...

### Purpose: fix some comments ### Current Behavior: ### New Behavior: ### Testing Notes:

community-pr

fix some struct names in comment

### Description Because there are already relevant methods in the standard library that can be directly used ### How Has This Been Tested? _Please describe the tests that you ran...

size/XS

strings.EqualFold has no memory overhead and has better performance than strings.ToLower. This is a performance test: ```go package bench import ( "strings" "testing" ) func BenchmarkToLower(b *testing.B) { str1 :=...