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