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