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