mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-25 00:54:51 -06:00
Gets rid of the submodule, `go build ... && bazel build ... && make` dance which used to be necessary.
Protobuf message and service definitions.
The Go bindings are generated by developers and placed in ../go/gen/.
After modifying a .proto file, run: bazel run //:update from the proto/ subdirectory.