diff options
| author | Jeff Carr <[email protected]> | 2024-02-22 15:28:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-22 15:28:32 -0600 |
| commit | f82ca7a951ef17e4ddb117d8715c7191c2f779b5 (patch) | |
| tree | 1cbadc66a0f69bd549921051b603408f433e876f /Makefile | |
| parent | f8963c75638d16030a67aa1c79da55dbc824a79e (diff) | |
skip comments in config file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
