1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-22 19:23:40 +00:00

vendor: Port new Azure Blob Storage SDK #2362

This commit is contained in:
sandeepkru
2018-07-08 21:34:57 -07:00
parent 4c2fbf9b36
commit 2cb79cb43d
4910 changed files with 41378 additions and 3075803 deletions

View File

@@ -0,0 +1,9 @@
package pipeline
const (
// UserAgent is the string to be used in the user agent string when making requests.
UserAgent = "azure-pipeline-go/" + Version
// Version is the semantic version (see http://semver.org) of the pipeline package.
Version = "0.1.0"
)