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