mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 02:00:54 +02:00
Makefile: add verbose output to go get for linter
This commit is contained in:
2
Makefile
2
Makefile
@ -74,7 +74,7 @@ $(LINT_BIN):
|
||||
# Switch to tmp directory to prevent lnd go.mod from being modified.
|
||||
# Hopefully someday a flag for go get will be added for this.
|
||||
cd /tmp
|
||||
GO111MODULE=on go get $(LINT_PKG)
|
||||
GO111MODULE=on go get -v $(LINT_PKG)
|
||||
|
||||
$(GOACC_BIN):
|
||||
@$(call print, "Fetching go-acc")
|
||||
|
Reference in New Issue
Block a user