...

Source file src/github.com/Azure/azure-sdk-for-go/doc.go

Documentation: github.com/Azure/azure-sdk-for-go

     1  /*
     2  Package sdk provides Go packages for managing and using Azure services.
     3  
     4  GitHub repo: https://github.com/Azure/azure-sdk-for-go
     5  
     6  Official documentation: https://docs.microsoft.com/azure/go
     7  
     8  API reference: https://godoc.org/github.com/Azure/azure-sdk-for-go
     9  
    10  Samples: https://github.com/Azure-Samples/azure-sdk-for-go-samples
    11  */
    12  package sdk
    13  
    14  // Copyright (c) Microsoft Corporation. All rights reserved.
    15  // Licensed under the MIT License. See License.txt in the project root for license information.
    16  

View as plain text