fzf/src/constants_windows.go
Junegunn Choi 0c573b3dff
Prepare for termbox/windows build
`TAGS=termbox make` (or `go build -tags termbox`)
2016-11-07 02:32:14 +09:00

9 lines
82 B
Go

// +build windows
package fzf
const (
// Reader
defaultCommand = `dir /s/b`
)