Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 645 Bytes

File metadata and controls

24 lines (15 loc) · 645 Bytes

Contributing

We love contributions! You are welcome to open a pull request, but it's a good idea to open an issue and discuss your idea with us first.

Once you are ready to open a PR, please keep the following guidelines in mind:

  1. Code should be go fmt compliant.
  2. Types, structs and funcs should be documented.
  3. Tests and linters pass.

Getting set up

cloudsigma-sdk-go uses go modules. Just fork this repo, clone your fork and off you go! Run make help to see all available make commands.

Running tests and lint

When working on code in this repository, tests and linters can be run via:

make lint test