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