提交 15703523 作者: Brian Tiger Chow

fix(crypto/spipe/pb) rename proto package -> spipe_pb

上级 8823f462
all: message.pb.go all: spipe.pb.go
message.pb.go: message.proto spipe.pb.go: spipe.proto
protoc --gogo_out=. --proto_path=../../../../../:/usr/local/opt/protobuf/include:. $< protoc --gogo_out=. --proto_path=../../../../../:/usr/local/opt/protobuf/include:. $<
clean: clean:
rm message.pb.go rm spipe.pb.go
// Code generated by protoc-gen-gogo. // Code generated by protoc-gen-gogo.
// source: message.proto // source: spipe.proto
// DO NOT EDIT! // DO NOT EDIT!
/* /*
Package spipe is a generated protocol buffer package. Package spipe_pb is a generated protocol buffer package.
It is generated from these files: It is generated from these files:
message.proto spipe.proto
It has these top-level messages: It has these top-level messages:
Propose Propose
Exchange Exchange
*/ */
package spipe package spipe_pb
import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto" import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
import json "encoding/json"
import math "math" import math "math"
// Reference proto, json, and math imports to suppress error if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal var _ = proto.Marshal
var _ = &json.SyntaxError{}
var _ = math.Inf var _ = math.Inf
type Propose struct { type Propose struct {
......
package spipe; package spipe.pb;
message Propose { message Propose {
optional bytes rand = 1; optional bytes rand = 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论