An open API service indexing awesome lists of open source software.

https://github.com/euank/filelock

Golang wrapper around flock(2) on linux
https://github.com/euank/filelock

Last synced: over 1 year ago
JSON representation

Golang wrapper around flock(2) on linux

Awesome Lists containing this project

README

          

# Filelock

Filelock provides helpful utility functions around using `flock` to take locks
on filesystem paths in go.

This code was extracted from the [rkt](https://github.com/rkt/rkt) project
after it was archived.

## License

Apache 2.0.

Copyright The rkt authors