quintodrome/tools.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
159 B
Go
Raw Normal View History

//go:build tools
2020-10-03 07:01:16 -08:00
package main
import (
2022-07-26 12:47:16 -08:00
_ "github.com/onsi/ginkgo/v2/ginkgo"
2020-10-03 07:01:16 -08:00
_ "github.com/pressly/goose/cmd/goose"
_ "golang.org/x/tools/cmd/goimports"
)