Skip to main content
The Go SDK is not published yet. Use it from source for now.

Requirements

  • Go 1.23+
  • Access to this repository

Install from local source

  1. Regenerate the Go SDK (optional but recommended after API changes):
pnpm openapi:gen:go
  1. In your go.mod, add a local replace to the SDK path:
go 1.23

require github.com/phaseoteam/Phaseo/packages/sdk/sdk-go v0.0.0

replace github.com/phaseoteam/Phaseo/packages/sdk/sdk-go => ../phaseo/packages/sdk/sdk-go
  1. Import the wrapper:
import phaseo "github.com/phaseoteam/Phaseo/packages/sdk/sdk-go"
Last modified on July 9, 2026