2
0
Files
gitcaddy-server/modules/packages
logikonline f3b025bc3e fix: resolve all remaining golangci-lint errors
- Replace fmt.Errorf with errors.New where no formatting needed
- Use slices.Sort instead of sort.Slice
- Use slices.Contains instead of manual loops
- Use strings.Cut/bytes.Cut instead of Index functions
- Use min() builtin instead of if statements
- Use range over int for iteration
- Replace interface{} with any
- Use strconv.FormatInt instead of fmt.Sprintf
- Fix gofumpt formatting (extra rules)
- Add SDK exclusions to .golangci.yml for standalone SDK package
- Check errors on ctx.Resp.Write calls
- Remove unused struct fields
- Remove unused function parameters

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 18:00:44 -05:00
..
2023-02-06 09:49:21 +08:00
2025-03-03 05:36:10 +00:00
2024-06-11 18:47:45 +00:00
2025-10-19 00:37:50 +08:00
2025-04-01 10:14:01 +00:00
2024-12-25 04:28:37 +00:00
2025-12-12 18:56:05 +00:00
2024-01-25 21:40:24 +00:00