tomnomnom/gf

There is no gf-completion.bash

famdude opened this issue · 1 comments

Actually go get -u is no longer supported, so I tried to install the package using go install github.com/tomnomnom/gf@latest. But after installing the package, there is no directory src/github.com/tomnomnom/gf/examples in $GOPATH.
So I can't complete installation and now can't use gf.

Hi there,

You should search for the file. This is easy if you use locate:

> sudo updatedb #update locate database
> locate  gf|grep tomnomnom|grep examples|head -n 1