Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/vendor/github.com/Azure/azure-sdk-for-go
Péter Szilágyi bad0de0dcb
vendor: pull in azure sdk and openpgp signer
8 years ago
..
storage vendor: pull in azure sdk and openpgp signer 8 years ago
.gitignore vendor: pull in azure sdk and openpgp signer 8 years ago
.travis.yml vendor: pull in azure sdk and openpgp signer 8 years ago
CHANGELOG.md vendor: pull in azure sdk and openpgp signer 8 years ago
LICENSE vendor: pull in azure sdk and openpgp signer 8 years ago
README.md vendor: pull in azure sdk and openpgp signer 8 years ago
glide.lock vendor: pull in azure sdk and openpgp signer 8 years ago
glide.yaml vendor: pull in azure sdk and openpgp signer 8 years ago

README.md

Microsoft Azure SDK for Go

This project provides various Go packages to perform operations on Microsoft Azure REST APIs.

GoDoc Build Status

NOTE: This repository is under heavy ongoing development and is likely to break over time. We currently do not have any releases yet. If you are planning to use the repository, please consider vendoring the packages in your project and update them when a stable tag is out.

Packages

Azure Resource Manager (ARM)

About ARM

Azure Service Management (ASM), aka classic deployment

About ASM

Azure Storage SDK for Go

About Storage

Installation

$ go get -d github.com/Azure/azure-sdk-for-go

IMPORTANT: We highly suggest vendoring Azure SDK for Go as a dependency. For vendoring dependencies, Azure SDK for Go uses glide. If you haven't already, install glide. Navigate to your project directory and install the dependencies.

$ cd your/project
$ glide create
$ glide install

Documentation

Read the Godoc of the repository at Godoc.org.

Contribute

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

License

This project is published under Apache 2.0 License.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.