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