commit | 228380896362383baf76a2fd5adaadbe0e90ddf4 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Feb 25 10:44:18 2023 |
committer | GitHub <noreply@github.com> | Sat Feb 25 10:44:18 2023 |
tree | f0a95e8ee84bf8899933fd5274d33a15c4fdb15a | |
parent | 6e321f4509c8589652ac83307e867969aa1f6cde [diff] |
Bump golang.org/x/sys from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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