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