C2FO / vfs

Pluggable, extensible virtual file system for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more error wrapping to public functions

funkyshu opened this issue · comments

We now have error wrapping for public functions Read, Write, Seek, and Close.

We should add error wrapping to:

  • Touch
  • Exists
  • Size
  • LastModified
  • Delete
  • CopyToLocation
  • CopyToFile
  • MoveToLocation
  • MoveToFile