gokrazy / tools

this repository contains the gok CLI tool of gokrazy
https://gokrazy.org
BSD 3-Clause "New" or "Revised" License
50 stars 26 forks source link

Satisfy staticcheck #74

Closed oliverpool closed 1 week ago

oliverpool commented 1 week ago

When running go run honnef.co/go/tools/cmd/staticcheck@latest ./..., some problems were detected. Here is an attempt to address them all.

I grouped the commit per "kind of report" (e.g. all ioutil usage removed in one commit)