Hi,
That's normal for the first time as stated in the docs:
https://github.com/fatih/vim-go#install
However sometimes google code just prevents downloading via go get. I think it
has some hard limits but I'm know sure why that happens. And vim-go uses
internally a command like:
go get -u -v
code.google.com/p/go.tools/cmd/goimports
Before doing this it goes and sets the GOBIN to the go_bin_path variables:
let $GOBIN = g:go_bin_path
Therefore, all the necessary binaries are installed to this folder which is by
default ~/.vim-go.
Can you invoke the "go get" command above?
--
Fatih Arslan