Commit ada009a
fix: replace non-existent log package with stdlib slog
The log package was imported but never existed in the repo, causing
golangci-lint to fail with "no export data" error. Use slog.NewTextHandler
from stdlib instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2e53fe0 commit ada009a
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
247 | | - | |
| 246 | + | |
248 | 247 | | |
249 | 248 | | |
250 | 249 | | |
| |||
0 commit comments