We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641fbc7 commit f29d9caCopy full SHA for f29d9ca
pb/Makefile
@@ -4,11 +4,3 @@ all: $(pbgos)
4
5
%.pb.go: %.proto
6
protoc --gogofast_out=. --proto_path=$(GOPATH)/src:. $<
7
-
8
-<<<<<<< HEAD
9
-# Actually, I compiled it manually! Run "protoc -I=. --go_out=. ./p2pd.proto" in pb folder
10
-# protoc --gofast_out=. p2pd.proto
11
-=======
12
-# Update:
13
-# protoc -I=. --go_out=. ./p2pd.proto --go_opt=paths=source_relative
14
->>>>>>> 0b29642bd58095978b8261de0896021bec038ccd
0 commit comments