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