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