diff options
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 |
