# README
UCloud SDK Generic Example
What is the goal
Build an UHost instance by Generic Client.
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