// +build windows package fzf import ( "os" ) func notifyOnResize(resizeChan chan<- os.Signal) { // TODO }