1package azblob
2
3// Code generated by Microsoft (R) AutoRest Code Generator.
4// Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
6// UserAgent returns the UserAgent string to use when sending http.Requests.
7func UserAgent() string {
8	return "Azure-SDK-For-Go/0.0.0 azblob/2018-11-09"
9}
10
11// Version returns the semantic version (see http://semver.org) of the client.
12func Version() string {
13	return "0.0.0"
14}
15