# README
UCloud SDK Retry Example
What is the goal
To enable retry for client or request.
Setup Environment
export UCLOUD_PUBLIC_KEY="your public key"
export UCLOUD_PRIVATE_KEY="your private key"
export UCLOUD_PROJECT_ID="your project id"
How to run
go run main.go