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

This commit is contained in:
Brian Tiger Chow 2014-10-22 05:10:15 -07:00
parent 8823f46248
commit 157035233e
3 changed files with 9 additions and 11 deletions

View File

@ -1,8 +1,8 @@
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:. $<
clean:
rm message.pb.go
rm spipe.pb.go

View File

@ -1,26 +1,24 @@
// Code generated by protoc-gen-gogo.
// source: message.proto
// source: spipe.proto
// 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:
message.proto
spipe.proto
It has these top-level messages:
Propose
Exchange
*/
package spipe
package spipe_pb
import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
import json "encoding/json"
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 _ = &json.SyntaxError{}
var _ = math.Inf
type Propose struct {

View File

@ -1,4 +1,4 @@
package spipe;
package spipe.pb;
message Propose {
optional bytes rand = 1;