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