https://github.com/lpxxn/protobufferwithgo
https://github.com/lpxxn/protobufferwithgo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lpxxn/protobufferwithgo
- Owner: lpxxn
- Created: 2018-05-07T06:24:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T01:39:12.000Z (about 7 years ago)
- Last Synced: 2025-02-09T17:26:31.547Z (4 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protobufferwithgo
$pwd
/Users/li/go/src/github.com/lpxxn/protobufferwithgo$
protoc -I=./protomodel --go_out=./gosrc/model ./protomodel/*.proto$
protoc -I=./protomodel --php_out=./phpsrc/model ./protomodel/*.proto