I am not familiar with Go. I want to update this application https://github.com/kahing/goofys to the recent version(right now its v0.0.10). I tried
$ go get github.com/kahing/goofys
$ go install github.com/kahing/goofys
But the version does not change. I need help.