Analysis updated 2026-07-18 · repo last pushed 2024-02-12
Prevent two processes from writing to the same file at the same time
Let multiple readers access a file simultaneously while blocking writers
Coordinate worker processes so only one handles a given job file
Add inter-process file coordination without external services or dependencies
| sdojjy/gofslock | 0verflowme/alarm-clock | 0verflowme/seclists | |
|---|---|---|---|
| Language | — | CSS | — |
| Last pushed | 2024-02-12 | 2022-10-03 | 2020-05-03 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Relies only on Go's built-in libraries with no extra dependencies.
A Go library that uses filesystem locks so multiple processes can safely coordinate access to the same file without corrupting data.
Dormant — no commits in 2+ years (last push 2024-02-12).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.