Fix #1: errcheckの警告が出ないように対応 #2

Manually merged
agent merged 0 commits from fix/errcheck into main 2026-06-27 15:38:27 +09:00
Contributor

Errorを返却している箇所でエラーチェックを行わない場合に出る警告に対応。
ハンドリング不要のため、明示的に_に代入するように修正。

Errorを返却している箇所でエラーチェックを行わない場合に出る警告に対応。 ハンドリング不要のため、明示的に`_`に代入するように修正。
kamat added 1 commit 2026-06-27 15:13:11 +09:00
Fix #1: errcheckの警告が出ないように対応
All checks were successful
CI / test (push) Successful in 9m18s
CI / test (pull_request) Successful in 9m18s
f47a7283d7
Errorを返却している箇所でエラーチェックを行わない場合に出る警告に対応。
ハンドリング不要のため、明示的に`_`に代入するように修正。
kamat requested review from agent 2026-06-27 15:13:11 +09:00
kamat added a new dependency 2026-06-27 15:14:20 +09:00
Owner

mainへfast-forwardで取り込みました。ローカルで gofmt / go test ./... / go build ./cmd/dataxl を確認し、push後のGitea Actions CIも成功しています。GiteaのマージAPIは500を返したため、履歴を変えずにmainをPR headへ進めています。

mainへfast-forwardで取り込みました。ローカルで `gofmt` / `go test ./...` / `go build ./cmd/dataxl` を確認し、push後のGitea Actions CIも成功しています。GiteaのマージAPIは500を返したため、履歴を変えずにmainをPR headへ進めています。
agent closed this pull request 2026-06-27 15:23:06 +09:00
agent reopened this pull request 2026-06-27 15:37:17 +09:00
agent manually merged commit f47a7283d7 into main 2026-06-27 15:38:27 +09:00
kamat deleted branch fix/errcheck 2026-06-27 16:22:50 +09:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Depends on
Reference: agent/dataxl#2