From 15c16fe333e5e1fb286cc521d61c1225c9528862 Mon Sep 17 00:00:00 2001 From: kzkzzzz Date: Wed, 8 Jun 2022 16:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4api=20proto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/helloworld/v1/error_reason.proto | 2 +- api/helloworld/v1/greeter.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/helloworld/v1/error_reason.proto b/api/helloworld/v1/error_reason.proto index 508e228..fcedea1 100644 --- a/api/helloworld/v1/error_reason.proto +++ b/api/helloworld/v1/error_reason.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package helloworld.v1; +//package helloworld.v1; option go_package = "./;v1"; diff --git a/api/helloworld/v1/greeter.proto b/api/helloworld/v1/greeter.proto index e3694c1..b1f2c9d 100644 --- a/api/helloworld/v1/greeter.proto +++ b/api/helloworld/v1/greeter.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package helloworld.v1; +//package helloworld.v1; import "google/api/annotations.proto"; -- 2.22.0