common .proto files

joe 124309916c updating %!s(int64=4) %!d(string=hai) anos
.gitignore 1c317d1242 init repo %!s(int64=4) %!d(string=hai) anos
Makefile 7d1e97e501 support Generate basic structs for all kinds of languages. %!s(int64=4) %!d(string=hai) anos
README.md 1c317d1242 init repo %!s(int64=4) %!d(string=hai) anos
basic.proto 124309916c updating %!s(int64=4) %!d(string=hai) anos
enums.proto 1c317d1242 init repo %!s(int64=4) %!d(string=hai) anos
errors.proto bf7de2a48e udpate small %!s(int64=4) %!d(string=hai) anos
helper.go 124309916c updating %!s(int64=4) %!d(string=hai) anos

README.md

cproto means common proto

It simply support several basic definitions cross languages.

How to generate

make / make all generates golang and python files.

make go generates golang files only while make python generates python files only.

make clean will remove all generated files.