mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
* Use new embed functionality for serving UI assets * Use new embed functionality for serving resources. Remove dependency on go-bindata * Remove Go 1.15
12 lines
280 B
Go
12 lines
280 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/cespare/reflex"
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "github.com/google/wire/cmd/wire"
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
_ "github.com/pressly/goose/cmd/goose"
|
|
_ "golang.org/x/tools/cmd/goimports"
|
|
)
|