commit | 041f7cd0fe0893893d706d462bab37939dff11ea | [log] [tgz] |
---|---|---|
author | Chenlin Fan <fancl@chromium.org> | Tue Jan 18 06:02:52 2022 |
committer | Chenlin Fan <fancl@chromium.org> | Tue Jan 18 06:02:52 2022 |
tree | 3308ddc6a993f9d1d0b22824ddf80fbe44d6d8f9 | |
parent | 3679c9b429dc0bbca74f6918f42fba40bb884cc3 [diff] |
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