dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: enlarge menu bar icon
Ariver
2026-05-17
536e0ce7ee8895d52f08cbc839a3cf4ab4156fe9
[crazy-macs/private-voice.git]
/
VoiceSnapGo
/
internal
/
singleinstance
/
singleinstance.go
1
2
3
4
5
6
package singleinstance
// Lock represents a single-instance lock.
type Lock interface {
Release()
}