Developing in this repository requires Go 1.21 or higher.
Clone the repo by running:
git clone [email protected]:coinbase/coinbase-sdk-go.git
To autocorrect all lint errors, run:
make lint-fix
To detect all lint errors, run:
make lint
To run all tests, run:
make test
To generate documentation from the TypeDoc comments, run:
make docs