diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 18:23:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 18:23:05 -0600 |
| commit | d8a2e56b8885d4a4ddf80925f1b891d5e896a1aa (patch) | |
| tree | 5de23bb2f1c2a3a59cb3cabd0cf289761a8a1b00 /Makefile | |
| parent | 54f4c4be3d35cc2c86706aed673392a01d5c7e45 (diff) | |
updated proto files to conform with autogenpb
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # go install -all: package.pb.go machine.pb.go vet +all: package.pb.go machine.pb.go goimports vet vet: @GO111MODULE=off go vet |
