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