make+tools: tidy makefile, add gosimports

This commit is contained in:
sputn1ck 2022-05-20 09:00:26 +02:00
parent a1271fee40
commit 4ed3197985
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4
4 changed files with 56 additions and 28 deletions

View file

@ -5,4 +5,5 @@ package loop
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/rinchsan/gosimports/cmd/gosimports"
)