Skip to content

Commit ef6cbcf

Browse files
committed
增加构建protoc-gen-go的操作
1 parent 5d36971 commit ef6cbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: files/install-grpc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd ~/temp-grpc-install
1919
wget https://github.com/grpc/grpc-go/archive/master.zip -O grpc-go.zip
2020
unzip grpc-go.zip -d $GOPATH/src/google.golang.org/
2121
cd $GOPATH/src/google.golang.org/
22-
mv grpc-go-master grpc-go
22+
mv grpc-go-master grpc
2323

2424
echo "2. x/net"
2525
cd ~/temp-grpc-install

0 commit comments

Comments
 (0)