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