gofrs / flock

Thread-safe file locking library in Go
https://pkg.go.dev/github.com/gofrs/flock
BSD 3-Clause "New" or "Revised" License
578 stars 66 forks source link

remove unnecessary unlock of file; add Lock() test to confirm blocking #5

Closed theckman closed 9 years ago

theckman commented 9 years ago

WISOTT