From 2ae3b613b8e1cac099eb029ad1baa18cc72bec6d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 00:57:31 -0500 Subject: use a table for output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31ec692..d5153f7 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ install: goimports -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME}" install-verbose: goimports - GO111MODULE=off go install -v \ + GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME}" vet: -- cgit v1.2.3