/nhncloud-sdk-go

Go SDK for NHN Cloud connection driver

Primary LanguageGoApache License 2.0Apache-2.0

nhncloud-sdk-go

nhncloud-sdk-go is NHN Cloud Service SDK for Go.

How to import

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

Original Source code : Gophercloud

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.