commit | cc7f001fe0e7df1710adc8f0cd9e9d6d21fdb3a9 | [log] [tgz] |
---|---|---|
author | Daniel Jacques <danjacques@users.noreply.github.com> | Tue Jan 18 12:51:05 2022 |
committer | GitHub <noreply@github.com> | Tue Jan 18 12:51:05 2022 |
tree | 3308ddc6a993f9d1d0b22824ddf80fbe44d6d8f9 | |
parent | fd1a115fac3c87d76a186ea7f39ce9949770a7c8 [diff] | |
parent | 041f7cd0fe0893893d706d462bab37939dff11ea [diff] |
Merge pull request #10 from fancl20/master Add legacy build tags for go compilers before 1.17
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