rjeczalik / fs

Interface, mocks and codegen for the os package.
MIT License
5 stars 0 forks source link

Add FileLock support #2

Open rjeczalik opened 10 years ago

rjeczalik commented 10 years ago
type Filesystem interface {
  // ...
  Lock(path string) (sync.Locker, error)
  // ...
}

Moved from #4.