Ariver
2026-06-03 cce624c002f3c88f1d4838ae253337a9ef6e80ab
1
2
3
4
5
6
package singleinstance
 
// Lock represents a single-instance lock.
type Lock interface {
    Release()
}