package
6.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# Functions

New returns a new lock file at the given path.

# Variables

ErrBusy means the lock is being held by another living process.
ErrInvalidPID means the lock file contains an incompatible syntax.
ErrProcessDead means the lock is held by a process that does not exist.
ErrRogueDeletion means the lock file was removed by someone other than the lock holder.

# Structs

Lockfile is a process-based file lock.