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