mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 05:58:29 -05:00
6 lines
167 B
Bash
6 lines
167 B
Bash
#! /bin/sh
|
|
# proto.sh
|
|
gopath=$GOPATH/src
|
|
gogopath=$GOPATH/src/go-common/vendor/github.com/gogo/protobuf
|
|
protoc --gofast_out=. --proto_path=$gopath:$gogopath:. *.proto
|