INFORMATIVEACTIVE
Truth Source: Repository schemas and tests are authoritative.
Go SDK Guide
1. Purpose
The examples/go-basic-flow/ directory provides a minimal Go example demonstrating how MPLP concepts can be implemented in Go.
2. Location
examples/go-basic-flow/
main.go
3. Usage
cd examples/go-basic-flow
go run main.go
4. For Full SDK Needs
If you need a production-ready Go SDK:
- Use the TypeScript SDK via a wrapper or code generation
- Generate Go structs from the JSON Schemas in
schemas/v2/ - Build your own binding using this example as reference
5. Future Roadmap
A full Go SDK (mplp-sdk-go) is under consideration for v1.2+.