tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 455 forks source link

godep restoreNo command 'godep' found, #491

Closed yuvaraj951 closed 8 years ago

yuvaraj951 commented 8 years ago

godep restoreNo command 'godep' found, did you mean: Command 'godef' from package 'emboss' (universe) Command 'godex' from package 'golang-golang-x-tools' (universe) godep: command not found

freeformz commented 8 years ago

If you ran go get github.com/tools/godep, is $GOPATH/bin in your $PATH ? Sounds like it isn't.