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