Documentation
¶
Overview ¶
Package runlock provides fail-fast advisory file locks for live review runs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrHeld means another process already holds the requested lock. ErrHeld = errors.New("runlock: lock held") // ErrUnsupported means the current platform has no runlock implementation. ErrUnsupported = errors.New("runlock: unsupported platform") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.