Skip to content

nbitslabs/nOracle

Repository files navigation

nOracle

Go Report Card

📦 Requirements

🚀 Getting Started

Install Go dependencies

Use Bazel to tidy the Go module and fetch external dependencies.

bazel mod tidy

Build all targets

This ensures all Bazel targets in the repo are building correctly.

bazel build //...

Generate or update Bazel build files with Gazelle

Gazelle scans your Go code and automatically generates or updates BUILD.bazel files.

bazel run //:gazelle

✅ Re-run Gazelle whenever:

  • You add or remove .go files
  • You rename Go packages or files
  • You change import paths

Run tests

This ensures all Bazel targets in the repo are tested correctly.

bazel test //...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published