github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/command/alloc_exec_windows.go (about)

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