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