Commit 15703523 authored by Brian Tiger Chow's avatar Brian Tiger Chow

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

parent 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:. $<
clean:
rm message.pb.go
rm spipe.pb.go
// 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 {
......
package spipe;
package spipe.pb;
message Propose {
optional bytes rand = 1;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment