Use the official azure-sdk-for-go rather than our fork

This commit is contained in:
Gilbert Chen
2018-01-08 14:14:20 -05:00
parent 837fd5e4fd
commit f1060491ae

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"strings"
"github.com/gilbertchen/azure-sdk-for-go/storage"
"github.com/azure/azure-sdk-for-go/storage"
)
type AzureStorage struct {