diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 17:57:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 17:57:35 -0600 |
| commit | 5b883de7b99fc15d92646a7c965fdf28f1946343 (patch) | |
| tree | 22681c1ad8e14986149e08f82da573906dd74d8f /example/Makefile | |
| parent | 3046ff335f8b8951c4534ee6eace38342a6fe19d (diff) | |
never put binaries in go libraries
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/example/Makefile b/example/Makefile deleted file mode 100644 index ba930d7..0000000 --- a/example/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -build: - GO111MODULE=off go build - ./example - -goimports: - goimports -w *.go - -prep: - go get -v -t -u - -run: - go run *.go - -clean: - -rm -f example |
