ydb-go-genproto

module
v0.0.0-...-1f330d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2025 License: Apache-2.0

README

ydb-go-genproto

ydb-go-genproto includes code generation from YDB protos

Re-generation *.pb.go code

  1. 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 ../
  1. Run generation *.pb.go code from command:
make proto

This command regenerates *.pb.go files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL