Go is in development for v1. Interested in contributing or chatting with us?Get in touch!
Nitric's Go SDK
This SDK reference provides documentation for the functions and methods in Nitric's Go library.
The library provides the ability to define and interact with cloud resources, as well as build application logic like functions/handlers.
Installation
If you used a Nitric starter template for Go to scaffold your project, then the github.com/nitrictech/go-sdk
dependency will already be included in the dependencies in your go.mod
file. Using starter templates is the recommended installation option since it ensures the other files and configuration needed are also set up.
However, you can also install the SDK.
go get github.com/nitrictech/go-sdk
Source
The source for the SDK is available on GitHub.