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

fix(namesys/pb) rename proto package -> namesys_pb

parent 15703523
PB = $(wildcard *.proto)
GO = $(PB:.proto=.pb.go)
all: $(GO)
%.pb.go: %.proto
protoc --gogo_out=. --proto_path=../../../../../../:/usr/local/opt/protobuf/include:. $<
clean:
rm *.pb.go
// Code generated by protoc-gen-go.
// source: entry.proto
// Code generated by protoc-gen-gogo.
// source: namesys.proto
// DO NOT EDIT!
/*
Package namesys is a generated protocol buffer package.
Package namesys_pb is a generated protocol buffer package.
It is generated from these files:
entry.proto
namesys.proto
It has these top-level messages:
IpnsEntry
*/
package namesys
package namesys_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"
// Reference imports to suppress errors if they are not otherwise used.
......
package namesys;
package namesys.pb;
message IpnsEntry {
required bytes value = 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