Commit cd3bb67
committed
fix(lint): suppress errcheck on fmt.Fprintf in setInitUsage
golangci-lint's errcheck flagged the unchecked return value of
fmt.Fprintf(w, ...) inside the setInitUsage closure. Add the
standard _, _ = discard prefix to match the rest of the file.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 70d1a81 commit cd3bb67
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments