Rename NewFsObject to NewObject

This commit is contained in:
Nick Craig-Wood
2016-06-25 21:58:34 +01:00
parent 1a87b69376
commit b1f131964e
23 changed files with 512 additions and 512 deletions

View File

@@ -117,8 +117,8 @@ type Fs interface {
Info
ListFser
// NewFsObject finds the Object at remote. Returns nil if can't be found
NewFsObject(remote string) Object
// NewObject finds the Object at remote. Returns nil if can't be found
NewObject(remote string) Object
// Put in to the remote path with the modTime given of the given size
//