moves tools to own pkg dir
This commit is contained in:
parent
29e4822b86
commit
649a97a97c
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ coverage:
|
|||||||
|
|
||||||
.PHONY: install-tools
|
.PHONY: install-tools
|
||||||
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
|
.PHONY: readme
|
||||||
readme:
|
readme:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// +build tools
|
//go:build tools
|
||||||
|
|
||||||
package workgroups
|
package tools
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "github.com/boumenot/gocover-cobertura"
|
_ "github.com/boumenot/gocover-cobertura"
|
Loading…
Reference in New Issue
Block a user