navidrome/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 17:01:16 +02:00
package main
import (
2022-07-26 22:47:16 +02:00
_ "github.com/onsi/ginkgo/v2/ginkgo"
2020-10-03 17:01:16 +02:00
_ "github.com/pressly/goose/cmd/goose"
_ "golang.org/x/tools/cmd/goimports"
)