http: add --user-agent option. close #1557
This commit is contained in:
parent
b510c70c1e
commit
2cc9071791
3 changed files with 2 additions and 3 deletions
2
fs/fs.go
2
fs/fs.go
|
@ -28,8 +28,6 @@ const (
|
|||
|
||||
// Globals
|
||||
var (
|
||||
// UserAgent set in the default Transport
|
||||
UserAgent = "rclone/" + Version
|
||||
// Filesystem registry
|
||||
fsRegistry []*RegInfo
|
||||
// ErrorNotFoundInConfigFile is returned by NewFs if not found in config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue