Skip to content

Commit f29d9ca

Browse files
committed
Resolve merge conflict
1 parent 641fbc7 commit f29d9ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pb/Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,3 @@ all: $(pbgos)
44

55
%.pb.go: %.proto
66
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

Comments
 (0)