mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Remove tools.go
This commit is contained in:
parent
f7fe8ba938
commit
1b4483d32b
4 changed files with 3 additions and 11 deletions
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# This script does not handle file names that contain spaces.
|
||||
|
||||
gofmtcmd="go run golang.org/x/tools/cmd/goimports"
|
||||
gofmtcmd="go run golang.org/x/tools/cmd/goimports@latest"
|
||||
|
||||
gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '.go$' | grep -v '_gen.go$')
|
||||
[ -z "$gofiles" ] && exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue