Skip to content

Commit

Permalink
docs: remove reference to sync.Locker (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jun 27, 2024
1 parent d061201 commit 0533797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License](https://img.shields.io/badge/license-BSD_3--Clause-brightgreen.svg?style=flat)](https://github.com/gofrs/flock/blob/master/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/gofrs/flock)](https://goreportcard.com/report/github.com/gofrs/flock)

`flock` implements a thread-safe `sync.Locker` interface for file locking.
`flock` implements a thread-safe file lock.

It also includes a non-blocking `TryLock()` function to allow locking without blocking execution.

Expand Down

0 comments on commit 0533797

Please sign in to comment.