make+tools: remove goacc, use Go 1.20 builtin functionality

Starting with Go 1.20 the -coverprofile flag does the same that GOACC
did before.
This commit is contained in:
Oliver Gugger
2025-02-19 16:40:37 +01:00
parent dc0ba72271
commit 70ac201cb8
5 changed files with 5 additions and 111 deletions

View File

@@ -10,6 +10,5 @@ package lnd
import (
_ "github.com/btcsuite/btcd"
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/ory/go-acc"
_ "github.com/rinchsan/gosimports/cmd/gosimports"
)