mirror of
https://github.com/rancher/plugins.git
synced 2025-08-03 17:41:42 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
package filemutex
|
|
|
|
import "errors"
|
|
|
|
var AlreadyLocked = errors.New("lock already acquired")
|