go get uses git internally. The following one liners will make git and consequently go get clone your package via SSH.
Github:
git config --global url."git@github.com:".insteadOf "https://github.com/"
BitBucket:
git config --global url."git@bitbucket.org:".insteadOf "https://bitbucket.org/"