Commit 39136e02 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(exch/bs/pb) rename proto package -> bitswap_message_pb

parent a4985810
// Code generated by protoc-gen-go. // Code generated by protoc-gen-gogo.
// source: message.proto // source: message.proto
// DO NOT EDIT! // DO NOT EDIT!
/* /*
Package bitswap is a generated protocol buffer package. Package bitswap_message_pb is a generated protocol buffer package.
It is generated from these files: It is generated from these files:
message.proto message.proto
...@@ -11,9 +11,9 @@ It is generated from these files: ...@@ -11,9 +11,9 @@ It is generated from these files:
It has these top-level messages: It has these top-level messages:
PBMessage PBMessage
*/ */
package pb package bitswap_message_pb
import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto" import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
import math "math" import math "math"
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.
......
package pb; package bitswap.message.pb;
message PBMessage { message PBMessage {
repeated string wantlist = 1; repeated string wantlist = 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