From f82ca7a951ef17e4ddb117d8715c7191c2f779b5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 22 Feb 2024 15:28:32 -0600 Subject: skip comments in config file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ba7f03..2ac7baf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: - @echo this is a go library, not a binary @GO111MODULE=off go build + @echo this is a go library with buildable code goimports: goimports -w *.go -- cgit v1.2.3