m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Use glide to handle go dependencies

This commit is contained in:
Edgar Lee
2017-06-01 16:27:17 -07:00
parent 5d6eb5bfd6
commit 7d3575b362
10 changed files with 64 additions and 39 deletions

View File

@@ -8,11 +8,10 @@ import (
"runtime"
// https://github.com/gdamore/tcell/pull/135
"github.com/junegunn/tcell"
"github.com/junegunn/tcell/encoding"
"github.com/gdamore/tcell"
"github.com/gdamore/tcell/encoding"
"github.com/junegunn/go-runewidth"
"github.com/mattn/go-runewidth"
)
func HasFullscreenRenderer() bool {