nhncloud-sdk-go is NHN Cloud Service SDK for Go.
Reference the nhncloud-sdk-go package in your code :
import "github.com/cloud-barista/nhncloud-sdk-go"
Then update your go.mod
:
go mod tidy
The original source code, Gophercloud is an OpenStack Go SDK. https://github.com/gophercloud/gophercloud
< Licensed under the Apache License, Version 2.0 >
This repository source code(nhncloud-sdk-go) follows the same license regulations as the Gophercloud.