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