Browse Source

修改名称

master v0.0.3
guzeng 2 years ago
parent
commit
8ac43c6d6e
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      task.pb.go
  2. +1
    -1
      task.proto

+ 2
- 2
task.pb.go View File

@ -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"


+ 1
- 1
task.proto View File

@ -1,5 +1,5 @@
syntax = "proto3";
package tastrpc;
package taskrpc;
//
message Request {


Loading…
Cancel
Save