mountlib: fix code quality warnings

This commit is contained in:
Nick Craig-Wood
2017-05-08 18:05:12 +01:00
parent d127d8686a
commit c1d5faa32a
7 changed files with 30 additions and 16 deletions

View File

@ -91,7 +91,7 @@ func (fh *WriteFileHandle) Write(data []byte, offset int64) (written int64, err
return written, nil
}
// Returns the offset of the file pointer
// Offset returns the offset of the file pointer
func (fh *WriteFileHandle) Offset() (offset int64) {
return fh.offset
}