Initial implementation, supports POSIX and Windows

Initial locking implementation with POSIX and Windows support. Tests
work on both POSIX and Windows (2016 Server) systems.

Added CI primitives.
8 files changed
tree: 594858578e1c990ddd666bab75a82bfd0540c951
  1. fslock/
  2. .travis.yml
  3. LICENSE
  4. pre-commit-go.yml
  5. README.md
README.md

gofslock

Go implementation of filesystem-level locking.

GoDoc Build Status

Feedback

Request features and report bugs using the GitHub Issue Tracker.

Contributions

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:

  • Make sure your user.email and user.name are configured in git config.
  • Install test-only packages: go get -u -t github.com/danjacques/gofslock/...
  • Install the pcg git hook: go get -u github.com/maruel/pre-commit-go/cmd/... && pcg