src-d / go-billy

The missing interface filesystem abstraction for Go
https://godoc.org/gopkg.in/src-d/go-billy.v4
Apache License 2.0
199 stars 43 forks source link

Change Posix File Locking to x/unix #65

Closed Toasterson closed 5 years ago

Toasterson commented 5 years ago

syscall Flock only supports Linux. Use the experimental (not really) unix interface which supports most posix systems properly