github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/cmd/test/others/func/proto/setup.txt (about)

     1  export GOPROXY=https://mirrors.aliyun.com/goproxy/
     2  
     3  go get -u github.com/golang/protobuf
     4  go get -u github.com/golang/protobuf/protoc-gen-go
     5  go get github.com/srikrsna/protoc-gen-gotag
     6  
     7  protoc --go_out=. person.proto
     8  protoc -I /usr/local/include -I . --gotag_out=:dist person.proto
     9  
    10  go run src/zd.go -c src/test/proto/person.yaml