Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 516 Bytes

File metadata and controls

11 lines (9 loc) · 516 Bytes

Project: CloudRobotics Core

General Instructions

  • The codebase is built using bazel. Also use bazel to run tests.
  • After editing .src/go.mod or changing deps in BUILD.bazel files, run bazel run //:gazelle
  • ./src/go/pkg/apis contains generated code. Do not edit.
  • ./scripts contains maintenance scripts. Do not run them.
  • Consider documentation from ./docs for extra context.
  • For more information about this project, read @README.md in the root of this repository as well as @./src/README.md.