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