1 //go:build windows 2 // +build windows 3 4 package interrupt_handler 5 6 func SwallowSigQuit() { 7 //noop 8 } 9
View as plain text