I am new to GO language. I want to make a juju charm-store server but it's giving me this error:
imports code.google.com/p/go.crypto/pbkdf2: exec: "hg": executable file not found`
this is the location charm-store (https://github.com/sajith4u/charmstore). This command failed to compile:
go get -u -v -t github.com/juju/charmstore/..
Does anyone know what is the reason is for this?