Skip to content

Commit

Permalink
docs: remove reference to sync.Locker
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 27, 2024
1 parent d061201 commit 38df841
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 38df841

Please sign in to comment.