diff options
| author | Jeff Carr <[email protected]> | 2025-08-29 07:09:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-29 07:09:32 -0500 |
| commit | 6cc03a124caeea7cdcf3279fdf72a2bdf4cc7fc5 (patch) | |
| tree | 087aa3605ec52fbe1c980c22ae9cce90d34e86a8 /Makefile | |
| parent | e778224db2fd0e9e61d93335c98cd6f1ae369077 (diff) | |
allows GO libraries to have common argsv1.6.1-wittest1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..42e9fb2 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +all: + @echo + @echo + +clean: + rm -f go.* + +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy + +vet: + @GO111MODULE=off go vet + @echo this go binary package builds okay + +goimports: + goimports -w *.go |
