From 8ac43c6d6ea06fe1dd48d09d524916f36a82f091 Mon Sep 17 00:00:00 2001 From: guzeng Date: Wed, 29 Sep 2021 14:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task.pb.go | 4 ++-- task.proto | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/task.pb.go b/task.pb.go index 8f73353..64b21b4 100644 --- a/task.pb.go +++ b/task.pb.go @@ -3,7 +3,7 @@ // DO NOT EDIT! /* -Package tastrpc is a generated protocol buffer package. +Package taskrpc is a generated protocol buffer package. It is generated from these files: task.proto @@ -12,7 +12,7 @@ It has these top-level messages: Request Response */ -package tastrpc +package taskrpc import proto "github.com/chai2010/protorpc/proto" import math "math" diff --git a/task.proto b/task.proto index 6aab60e..e037c8b 100644 --- a/task.proto +++ b/task.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package tastrpc; +package taskrpc; // 配置信息请求结构 message Request {