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 apiOtherwise checkout the latest master:
cd api
git checkout master
git pull origin master
cd ../- Run generation
*.pb.gocode from command:
make protoThis command regenerates *.pb.go files.