Claude
|
6324e5f3ca
|
chore: use slices.Contains for linear search
Security Scan / security (pull_request) Successful in 12s
Test / Test (pull_request) Failing after 35s
Replace manual loop-and-break index search with slices.IndexFunc.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 16:19:31 +00:00 |
|
Claude
|
5df40c1de1
|
chore: sort.Slice → slices.SortFunc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 16:17:40 +00:00 |
|
Claude
|
45636455ba
|
chore: use min()/max() builtins (Go 1.21+)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 16:16:01 +00:00 |
|
Claude
|
33a0b57d72
|
chore: use range-over-integer (Go 1.22+)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 16:14:08 +00:00 |
|
Claude
|
aefec104d4
|
chore: fmt.Errorf(static) → errors.New
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 16:11:27 +00:00 |
|