diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 20:08:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 20:08:22 -0600 |
| commit | 3f81cca18c6f55f303bddc5c4d992cd53894726e (patch) | |
| tree | 34a38e7d6a3037915f10d82de06d7f0bc8f71bba /example/Makefile | |
| parent | 948af64ea2b6e586f4d152fcfc7ed168dae4c919 (diff) | |
example is working okay
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile index 6aaad50..bc7b48d 100644 --- a/example/Makefile +++ b/example/Makefile @@ -14,7 +14,7 @@ vet: @GO111MODULE=off go vet build: - GO111MODULE=off go build + GO111MODULE=off go build -v withMutex: ../autogenpb --proto fruit.proto --package main --mutex |
