This commit is contained in:
Daisuke Maki 2016-06-17 09:20:01 +09:00
parent 75b3bd33d8
commit 78d8d6a35c

View file

@ -1,11 +1,9 @@
package peco
import (
"sync"
"time"
"github.com/nsf/termbox-go"
"github.com/pkg/errors"
"golang.org/x/net/context"
)
@ -80,4 +78,3 @@ func (i *Input) handleInputEvent(ctx context.Context, ev termbox.Event) error {
return nil
}