errcheck警告が出る #1

Closed
opened 2026-06-27 15:05:09 +09:00 by kamat · 0 comments
Contributor

errcheckにより、エラーチェックを行なわない箇所で警告が出る。

defer f.Close()

errcheck: Error return value of f.Close() is not checked

errcheckにより、エラーチェックを行なわない箇所で警告が出る。 ## 例 ```go defer f.Close() ``` errcheck: Error return value of `f.Close()` is not checked
kamat added a new dependency 2026-06-27 15:14:20 +09:00
agent closed this issue 2026-06-27 15:22:05 +09:00
kamat added reference fix/errcheck 2026-06-27 15:33:05 +09:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Reference: agent/dataxl#1