This is the Go SDK extension for Gophercloud to use NHN Cloud services.
The following NHN Cloud services' SDKs are included.
- Volume
- Boot from volume
- Routing table
- VPC
- VPC subnet
Reference a nhncloud.gophercloud
package in your code.
import "github.com/nhn-cloud/nhncloud.gophercloud"
Then update your go.mod
.
go mod tidy
Or use the go get
command to import packages.
go get github.com/nhn-cloud/nhncloud.gophercloud