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