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