SDKs
Go SDK

Go SDK

⚠️

Coming Soon - The Go SDK is currently in development.

Planned Features

  • Native Go implementation with zero dependencies
  • Single binary distribution
  • Full CLI support
  • Programmatic API for integration

Installation (Planned)

go install github.com/transilienceai/cldpm@latest

Contributing

Want to help build the Go SDK? Check out our contribution guidelines (opens in a new tab).

Getting Started

  1. Fork the repository
  2. Check the go/ directory for initial scaffolding
  3. Review the Python SDK for reference implementation
  4. Open a PR with your contributions