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