Skip to content

Commit

Permalink
Merge pull request #34 from gofrs/no-sync-locker
Browse files Browse the repository at this point in the history
don't mention sync.Locker in package documentation

Signed-off-by: Tim Heckman <[email protected]>
  • Loading branch information
theckman committed Oct 23, 2018
2 parents 7f43ea2 + 9fd7f56 commit 971941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flock.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by the BSD 3-Clause
// license that can be found in the LICENSE file.

// Package flock implements a thread-safe sync.Locker interface for file locking.
// Package flock implements a thread-safe interface for file locking.
// It also includes a non-blocking TryLock() function to allow locking
// without blocking execution.
//
Expand Down

0 comments on commit 971941c

Please sign in to comment.