github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/cf/ssh/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  }