LogoLogo
Slack communityBook a demo
HomeAPI DefinitionSDKsDocsAI SearchCLI & API Reference
HomeAPI DefinitionSDKsDocsAI SearchCLI & API Reference
  • Introduction
    • Overview
    • Language Support
    • SDK Customer Showcase
  • Capabilities
    • Strongly Typed
    • Idiomatic Method Names
    • Schema Validation
    • Discriminated Unions
    • Multipart Form Data
    • Forward Compatibility
    • Registry Publishing
    • Auto-Pagination
    • OAuth Token Refresh
    • Retries with Backoff
    • Webhook Signature Verification
    • Idempotency Headers
    • Server-Sent Events
    • Integration Tests
    • Code Snippets
    • Augment with Custom Code
    • Merging Multiple APIs
    • WebSockets
    • Model Context Protocol
  • Reference
    • Configuration
  • Guides
    • Generate your First SDK
    • Preview your SDK Locally
    • Publish a Public-Facing SDK
Slack communityBook a demo
GuidesPublish to package managers

Publish your Go SDK with Pkgsite

To publish your Go SDK using Pkgsite:

  1. Make sure the repository is set to public visibility
  2. Make sure you have added a required license (e.g. MIT, Apache) to the repository
  3. Send a request to https://pkg.go.dev/github.com/<github-org>/<github-repo-name>/

In a few minutes, your SDK should be published to https://pkg.go.dev/!

Was this page helpful?
Edit this page
Previous

Publish your Java SDK with Maven

Next
Built with