dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Record Round 4 user acceptance
Ariver
2026-06-03
a19e8d996efac4052b4ea87da16330e8f98934b9
[crazy-macs/private-voice.git]
/
privatevoice.src
/
internal
/
singleinstance
/
singleinstance.go
1
2
3
4
5
6
package singleinstance
// Lock represents a single-instance lock.
type Lock interface {
Release()
}