diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 06:54:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 06:54:55 -0600 |
| commit | cfedee740ce59638de70382652a3d637398bcab2 (patch) | |
| tree | 25220380223c815b52c1708b6d1f255583377805 /Makefile | |
| parent | e678606ea28025c6109c2cd339c6be9a07d800d2 (diff) | |
goimport for protobuf
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ install: test GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -auto: +proto: # rm -f auto.pb.go autogenpb --proto file.proto --package main # rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go |
