Move tools installation to tools.go
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// +build tools
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/cespare/reflex"
|
||||
_ "github.com/go-bindata/go-bindata/go-bindata"
|
||||
_ "github.com/google/wire/cmd/wire"
|
||||
_ "github.com/onsi/ginkgo/ginkgo"
|
||||
_ "github.com/pressly/goose/cmd/goose"
|
||||
_ "golang.org/x/tools/cmd/goimports"
|
||||
)
|
||||
Reference in New Issue
Block a user