summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-22 15:28:32 -0600
committerJeff Carr <[email protected]>2024-02-22 15:28:32 -0600
commitf82ca7a951ef17e4ddb117d8715c7191c2f779b5 (patch)
tree1cbadc66a0f69bd549921051b603408f433e876f /Makefile
parentf8963c75638d16030a67aa1c79da55dbc824a79e (diff)
skip comments in config file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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