Feature: Setting up github #2
Annotations
7 errors
app.go#L186
Error return value of `r.Wait` is not checked (errcheck)
|
server.go#L40
Error return value of `w.Write` is not checked (errcheck)
|
server.go#L84
Error return value of `w.Write` is not checked (errcheck)
|
server.go#L97
Error return value of `server.Shutdown` is not checked (errcheck)
|
app.go#L9
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
server.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading