Write test programs or extended examples of how to use the Go SDK.
This is a test of usability of the Go SDK.
In general:
- The use of the SDK feels "natural" in the Go environment. No surprises.
- Parameters are easy to create.
- Outputs are easy to use and parse
- Error management is straight forward
- No "side-effects" of calling methods
- No "traps".
- Minimize/eliminate temporal coupling (init/destroy, open/close)
References
Write test programs or extended examples of how to use the Go SDK.
This is a test of usability of the Go SDK.
In general:
References