mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
7 lines
81 B
Go
7 lines
81 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "golang.org/x/tools/cmd/goimports"
|
|
)
|