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:
cd api
git checkout master
git pull origin master
cd ../
- Run generation
*.pb.go
code from command:
make proto
This command re-generate *.pb.go
files