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