mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 20:33:45 +01:00
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:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user