Update build script

- GOPATH is no longer required
- fzf repository does not have to be in GOPATH
- Build Linux binary with Go 1.5.3
This commit is contained in:
Junegunn Choi
2016-02-20 21:15:34 +09:00
parent e72a360337
commit 1b9ca314b8
6 changed files with 46 additions and 54 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,6 @@
bin
src/fzf/fzf_*
src/fzf/fzf-*
gopath
pkg
Gemfile.lock
.DS_Store