github.com/thajeztah/cli@v0.0.0-20240223162942-dc6bfac81a8b/cmd/docker/internal/signals/signals_windows.go (about) 1 package signals 2 3 import "os" 4 5 // TerminationSignals represents the list of signals we 6 // want to special-case handle, on this platform. 7 var TerminationSignals = []os.Signal{os.Interrupt}