moves tools to own pkg dir
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Preuss 2021-09-28 13:49:02 +02:00
parent 29e4822b86
commit 649a97a97c
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ coverage:
.PHONY: install-tools
install-tools:
go list -f '{{range .Imports}}{{.}} {{end}}' tools.go | xargs go install -v
go list -f '{{range .Imports}}{{.}} {{end}}' tools/tools.go | xargs go install -v
.PHONY: readme
readme:

View File

@ -1,6 +1,6 @@
// +build tools
//go:build tools
package workgroups
package tools
import (
_ "github.com/boumenot/gocover-cobertura"