1
0

Switched to techknowlogick/xgo

This commit is contained in:
kolaente
2019-04-22 14:02:18 +02:00
parent c8858f6cfb
commit 10f80c190b
12 changed files with 443 additions and 76 deletions

View File

@ -25,9 +25,9 @@ import (
_ "github.com/cweill/gotests/..."
_ "github.com/fzipp/gocyclo"
_ "github.com/gordonklaus/ineffassign"
_ "github.com/karalabe/xgo"
_ "github.com/swaggo/swag/cmd/swag"
_ "golang.org/x/lint/golint"
_ "src.techknowlogick.com/xgo"
_ "github.com/jgautheron/goconst/cmd/goconst"
_ "honnef.co/go/tools/cmd/staticcheck"