Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paultag/go-flock

flock allows processes to take out advisory locks on files using the flock(2) syscalls.
https://github.com/paultag/go-flock

Last synced: about 1 month ago
JSON representation

flock allows processes to take out advisory locks on files using the flock(2) syscalls.

Awesome Lists containing this project

README

        

# pault.ag/go/flock

[![Go Reference](https://pkg.go.dev/badge/pault.ag/go/flock.svg)](https://pkg.go.dev/pault.ag/go/flock)
[![Go Report Card](https://goreportcard.com/badge/pault.ag/go/flock)](https://goreportcard.com/report/pault.ag/go/flock)

flock allows processes to take out advisory locks on files using the
`flock(2)` syscalls.