mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
9 lines
159 B
Go
9 lines
159 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/v2/ginkgo"
|
|
_ "github.com/pressly/goose/cmd/goose"
|
|
_ "golang.org/x/tools/cmd/goimports"
|
|
)
|