github.com/system-transparency/u-root@v6.0.1-0.20190919065413-ed07a650de4c+incompatible/cmds/core/elvish/program/shell/signal_windows.go (about) 1 package shell 2 3 import ( 4 "os" 5 ) 6 7 func handleSignal(_ os.Signal) { 8 }