I am currently trying to install Bcrypt so that I may use it to secure passwords, but when I do:
go get code.google.com/p/go.crypto/
or
go get code.google.com/p/go.crypto/bcrypt
I get an error:
go: missing Mercurial command. See
http://golang.org/s/gogetcmdpackage
code.google.com/p/go.crypto/bcrypt: exec: "hg": executable file not found in $PATH
If anyone have any ideas of why this may be, I'd appreciate it, thanks.