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