Binary package “golang-github-gofrs-flock-dev” in ubuntu noble

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".