summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 06:34:51 -0600
committerJeff Carr <[email protected]>2025-02-08 06:34:51 -0600
commitfefa99920b0ae39f685f58a28f89bf2a24881f12 (patch)
tree099f6456549f6e1e35927014ca714b568cdbfedd /Makefile
parent8185d8bc1a916980b4c1a1072e1ef78804a0f484 (diff)
global protobuf name conflict
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11df1fb..1ae6757 100644
--- a/Makefile
+++ b/Makefile
@@ -49,5 +49,5 @@ redomod:
GO111MODULE= go mod tidy
proto:
- autogenpb --proto view.proto
+ autogenpb --proto gocuiView.proto
make goimports