Created
June 20, 2018 16:35
-
-
Save quasilyte/22db23699108a0a04ce7544a552c6caa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$GOROOT/src/strings/replace.go:450:22: unslice: could simplify s[:] to s | |
$GOROOT/src/strings/replace.go:148:2: elseif: should rewrite if-else to switch statement | |
$GOROOT/src/strings/replace.go:156:3: elseif: should rewrite if-else to switch statement | |
$GOROOT/src/strings/replace.go:219:3: elseif: should rewrite if-else to switch statement | |
$GOROOT/src/strings/replace.go:370:1: paramTypeCombine: func(pattern string, value string) *singleStringReplacer could be replaced with func(pattern, value string) *singleStringReplacer | |
$GOROOT/src/strings/replace.go:259:2: rangeExprCopy: copy of r.mapping (256 bytes) can be avoided with &r.mapping | |
$GOROOT/src/strings/replace.go:264:2: rangeExprCopy: copy of r.mapping (256 bytes) can be avoided with &r.mapping | |
$GOROOT/src/strings/strings.go:791:1: paramTypeCombine: func(s string, cutset string) string could be replaced with func(s, cutset string) string | |
$GOROOT/src/strings/strings.go:800:1: paramTypeCombine: func(s string, cutset string) string could be replaced with func(s, cutset string) string | |
$GOROOT/src/strings/strings.go:809:1: paramTypeCombine: func(s string, cutset string) string could be replaced with func(s, cutset string) string | |
$GOROOT/src/strings/strings.go:44:1: unnamedResult: consider to give name to results | |
$GOROOT/src/strings/strings.go:61:1: unnamedResult: consider to give name to results | |
$GOROOT/src/strings/export_test.go:28:3: rangeExprCopy: copy of r.mapping (256 bytes) can be avoided with &r.mapping | |
$GOROOT/src/strings/export_test.go:42:1: unnamedResult: consider to give name to results |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment