minio/pkg/lock
Harshavardhana d864e00e24 posix: Deprecate custom removeAll/mkdirAll implementations. (#4808)
Since go1.8 os.RemoveAll and os.MkdirAll both support long
path names i.e UNC path on windows. The code we are carrying
was directly borrowed from `pkg/os` package and doesn't need
to be in our repo anymore. As a side affect this also
addresses our codecoverage issue.

Refer #4658
2017-08-12 19:25:43 -07:00
..
lock.go fs: Add safe locking semantics for format.json (#4523) 2017-06-12 17:40:28 -07:00
lock_nix.go fs: Add safe locking semantics for format.json (#4523) 2017-06-12 17:40:28 -07:00
lock_solaris.go fs: Hold format.json readLock ref to avoid GC. (#4532) 2017-06-13 08:29:07 -07:00
lock_test.go fs: cleanup - do not cache size of metafiles (#3630) 2017-01-25 12:29:06 -08:00
lock_windows.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00
lock_windows_test.go posix: Deprecate custom removeAll/mkdirAll implementations. (#4808) 2017-08-12 19:25:43 -07:00