Installation
To start a project, we have two main ways:
- Create a new project directly through the Colibri Project generator.
- Include the dependency in an existing Go project.
Creating a new microservice via the generator
Access the colibriproject.dev.br website, create your project using the starter, and start coding quickly.
Adding to an existing project
To add colibri-sdk-go to your project, just run the command below in the terminal:
go get github.com/colibriproject-dev/colibri-sdk-go