gogoinstall

web.go install error


I am trying to install web.go using goinstall github.com/hoisie/web.go, and I keep getting an error about the path.

goinstall: github.com/hoisie/web.go: git: no such file or directory

goinstall is working for sure because when I type in just goinstall I get the options list for it. Any ideas on what I am doing wrong?

Metropolis


Solution

  • You need to install git (http://git-scm.com) in order to fetch packages from a git repository.

    Cheers,
    Fabian