ydb-go-genproto
includes code generation from YDB protos
- First you must get latest YDB proto files which includes into this project as git submodule:
If you have just cloned ydb-go-genproto
and api
folder is empty, just use this one-liner:
git submodule update --init --remote api
Otherwise checkout the latest master:
cd api
git checkout master
git pull origin master
cd ../
- Run generation
*.pb.go
code from command:
make proto
This command regenerates *.pb.go
files.