Skip to content

Go で書き直した #1

Go で書き直した

Go で書き直した #1

Triggered via push September 11, 2023 13:52
Status Failure
Total duration 58s
Artifacts

check-go.yml

on: push
lint  /  lint-on-pull-request
0s
lint / lint-on-pull-request
lint  /  lint-on-push
48s
lint / lint-on-push
build  /  run
build / run
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint / lint-on-push: main.go#L115
S1005: unnecessary assignment to the blank identifier (gosimple)
lint / lint-on-push: main.go#L158
S1005: unnecessary assignment to the blank identifier (gosimple)
lint / lint-on-push: main.go#L115
[golangci] reported by reviewdog 🐶 S1005: unnecessary assignment to the blank identifier (gosimple) Raw Output: main.go:115:5: S1005: unnecessary assignment to the blank identifier (gosimple) transportStreamID, _ := transportStreamIDs[service.ID] ^
lint / lint-on-push: main.go#L158
[golangci] reported by reviewdog 🐶 S1005: unnecessary assignment to the blank identifier (gosimple) Raw Output: main.go:158:5: S1005: unnecessary assignment to the blank identifier (gosimple) transportStreamID, _ := transportStreamIDs[channel.ID] ^
lint / lint-on-push
reviewdog exited with status code: 1