Restructuring: main package in project root

This commit is contained in:
Junegunn Choi
2017-06-02 16:32:15 +09:00
parent 159f30b37f
commit 8bbf9335e1
7 changed files with 144 additions and 243 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/junegunn/fzf/src"
func main() {
fzf.Run(fzf.ParseOptions())
}