https://github.com/euank/filelock
Golang wrapper around flock(2) on linux
https://github.com/euank/filelock
Last synced: over 1 year ago
JSON representation
Golang wrapper around flock(2) on linux
- Host: GitHub
- URL: https://github.com/euank/filelock
- Owner: euank
- License: apache-2.0
- Created: 2020-03-18T06:46:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-03-18T07:33:11.000Z (over 6 years ago)
- Last Synced: 2025-01-24T17:20:01.058Z (over 1 year ago)
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filelock
Filelock provides helpful utility functions around using `flock` to take locks
on filesystem paths in go.
This code was extracted from the [rkt](https://github.com/rkt/rkt) project
after it was archived.
## License
Apache 2.0.
Copyright The rkt authors