SDKs
Go
Use our Go SDK to interact with our API.
Installation
Make sure your project is using Go Modules (it will have a go.mod
file in its root if it is)
Then, reference pandabase-go
in a Go program with import:
Run any of the normal go
commands (build
/install
/test
). The Go toolchain will resolve and fetch the pandabase-go
module automatically.
Alternatively, you can also explicitly go get
the package into a project: