From ba730fb3f44b8c759f0089b90352c8bc114fa812 Mon Sep 17 00:00:00 2001 From: Azuki-bar <42642269+Azuki-bar@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:25:52 +0900 Subject: [PATCH] fix buf gen go package name --- proto/buf.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/buf.gen.yaml b/proto/buf.gen.yaml index c82cf797..a0b8e619 100644 --- a/proto/buf.gen.yaml +++ b/proto/buf.gen.yaml @@ -2,7 +2,7 @@ version: v1 managed: enabled: true go_package_prefix: - default: github.com/ueckoken/plarail2023/backend + default: github.com/ueckoken/plarail2023 plugins: - plugin: go out: ../backend/state-manager/spec