Skip to content

replicadse/go-bitvector

Repository files navigation

go-bitvector

LICENSE

Stats

SonarCloud
Quality gate
Security Rating Vulnerabilities
Maintainability Rating Reliability Rating
Bugs Code Smells Technical Debt
Coverage

Prerequisites

  • Go >= 1.13.x

Getting started

For setting up the environment, just call sh scripts/setup.sh.

Commands

  • make install for downloading dependencies (done in setup.sh)
  • make format for formatting the code using gofmt
  • make test for executing unit tests
  • make bench for executing benchmarks and reports
  • make cover for generating an interactive coverage report

Dependencies

This project makes no use of 3rd party dependencies.