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