package
0.22.31
Repository: https://github.com/ucloud/ucloud-sdk-go.git
Documentation: pkg.go.dev

# README

UCloud SDK Signature Example

What is the goal

Build an example signature by credential. Just configure PublicKey/PrivateKey to automatically calculate the signature for each request.

Setup Environment

export UCLOUD_PUBLIC_KEY="your public key"
export UCLOUD_PRIVATE_KEY="your private key"

How to run

go run main.go