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 {