Skip to content

Cypher-Laboratory/Alice-s-Ring

Repository files navigation

// todo: complete the readme

  • Build all packages: make build
  • Run all tests: make test
  • Before any commit: Format all packages: make fmt
  • Check if all packages are formatted: make fmt-check
  • Clean all build artifacts: make clean