upd docstring

This commit is contained in:
onyx-and-iris 2022-12-15 00:43:19 +00:00
parent a23a9f8598
commit 93d5e2db67

View File

@ -46,7 +46,8 @@ func init() {
log.SetLevel(log.InfoLevel)
}
// runObserver initiates a single observer and starts its Listen() function.
// runObserver initiates a single observer and
// starts its Listen() function in a goroutine.
func runObserver(vm *voicemeeter.Remote) {
o := newObserver(vm)
go o.Listen()