petejkim / goop

A simple dependency manager for Go (golang), inspired by Bundler.
MIT License
780 stars 45 forks source link

need hg to install ? #31

Open grosser opened 9 years ago

grosser commented 9 years ago
go get github.com/nitrous-io/goop
imports code.google.com/p/go.tools/go/vcs: exec: "hg": executable file not found in $PATH

this seems strange ...

grosser commented 9 years ago

I guess it needs it for code.google.com/p/go.tools ... maybe add it has dependency / warn when hg is not installed ... not sure if that's possible

grosser commented 9 years ago

@dqminh