mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-06-05 10:52:27 +00:00
*.go: update to golangci-lint, and fix everything
install tools in the workflow actions Also switch away from deprecated ioutil Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e7a79ae8a7
commit
42b655d8ee
19 changed files with 101 additions and 78 deletions
|
@ -32,5 +32,5 @@ func main() {
|
|||
fmt.Fprintf(os.Stderr, red("%d FAILED tests\n"), failed)
|
||||
os.Exit(1)
|
||||
}
|
||||
fmt.Fprintf(os.Stdout, green("SUCCESS: no cli tests failed\n"))
|
||||
fmt.Fprint(os.Stdout, green("SUCCESS: no cli tests failed\n"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue