Pinnate Docs

GitHubApp

Go SDK

Configure and publish a Go module SDK target.

Generates a Go module with a client and optional models.

Target settings

Setting

Purpose

Module path

Go module path (for example github.com/acme/payments-go)

Description

Optional module description

Typical install after publish:

go get github.com/acme/payments-go@latest

Build output

The generator writes go.mod, client code, and tests. Tag module versions on the connected repository so consumers can pin releases.