From cd847affb79ea6438c9721635724efc6f58e2215 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 12 Jan 2015 12:56:17 +0900 Subject: Reorganize source code --- src/constants.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index 80eb6345..a8715700 100644 --- a/src/constants.go +++ b/src/constants.go @@ -1,14 +1,15 @@ package fzf +import ( + "github.com/junegunn/fzf/src/util" +) + // Current version const Version = "0.9.0" -// EventType is the type for fzf events -type EventType int - // fzf events const ( - EvtReadNew EventType = iota + EvtReadNew util.EventType = iota EvtReadFin EvtSearchNew EvtSearchProgress -- cgit v1.2.3