dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add Round 4 Parakeet planning docs
Ariver
2026-06-03
35f7ccfbc29b322306983bf800c120ba816e3e8e
[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()
}