[ Bron: golang-github-gofrs-flock ]
Pakket: golang-github-gofrs-flock-dev (0.8.1-1)
Verwijzigingen voor golang-github-gofrs-flock-dev
Debian bronnen:
Het bronpakket golang-github-gofrs-flock downloaden:
- [golang-github-gofrs-flock_0.8.1-1.dsc]
- [golang-github-gofrs-flock_0.8.1.orig.tar.gz]
- [golang-github-gofrs-flock_0.8.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
thread-safe file locking library in Golang
flock implements a thread-safe sync.Locker interface for file locking. It also includes a non-blocking TryLock() function to allow locking without blocking execution.
This library is formerly known as "github.com/theckman/go-flock".