Marvin Preuss
15e245d433
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
232 B
Go
11 lines
232 B
Go
// +build tools
|
|
|
|
package workgroups
|
|
|
|
import (
|
|
_ "github.com/boumenot/gocover-cobertura"
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "github.com/goreleaser/goreleaser"
|
|
_ "github.com/posener/goreadme/cmd/goreadme"
|
|
)
|