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