1package command
2
3import (
4	"os"
5)
6
7func setupWindowNotification(ch chan<- os.Signal) {
8	// do nothing
9}
10