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