github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+incompatible/util/clissh/sigwinch/sigwinch_win.go (about) 1 // +build windows 2 3 package sigwinch 4 5 import "syscall" 6 7 func SIGWINCH() syscall.Signal { 8 panic("Not supported on windows") 9 }