Square announces the official release of its Go SDK for interacting with Square APIs.
- •The SDK is dependency-free, built entirely on Go's standard library with full net/http compatibility.
- •Auto-pagination is supported for handling long API responses with minimal code.
- •Built-in request retry handling is included, with configurable retry strategies.
- •The SDK is structured around a central square.Client with sub-clients for each available API.
- •Installation uses `go get github.com/square/square-go-sdk` and token/base URL are set via option functions.
This summary was automatically generated by AI based on the original article and may not be fully accurate.