dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add Qwen3-ASR Chinese advanced model
Ariver
2026-06-03
2dbeae0987f702cae85274e296b087d609fcd289
[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()
}