| commit | ae8f59f9e88bc8752912b4cfd6de339288b6738d | [log] [tgz] |
|---|---|---|
| author | Daniel Jacques <[email protected]> | Fri Jul 28 14:21:13 2023 |
| committer | GitHub <[email protected]> | Fri Jul 28 14:21:13 2023 |
| tree | 6eb8efa23d9ff10917f8feff9969f8999b770908 | |
| parent | eebdc482a3f5311d77f33e4051bcebcaa239f077 [diff] | |
| parent | df069743ac2406ee60f9971b0e3998bb299aec0a [diff] |
Merge pull request #13 from heschi/master Add dragonfly compatibility, future-proof
Go implementation of filesystem-level locking.
gofslock offers several features:
Request features and report bugs using the GitHub Issue Tracker.
Contributions to this project are welcome, though please file an issue before starting work on anything major.
To get started contributing to this project, clone the repository:
git clone https://github.com/danjacques/gofslock
This repository uses pre-commit-go to validate itself. Please install this prior to working on the project:
user.email and user.name are configured in git config.go get -u -t github.com/danjacques/gofslock/...go get -u github.com/maruel/pre-commit-go/cmd/... && pcg