Use ssh instead of https to get modules from repo
    
       Content might be outdated
       
    
  
    When go get -v ...... gives error on version
1export GOSUMDB=off
2
3Add to ~/.gitconfig to use ssh instead of https
4[remote "origin"]
5        url = https://github.com/user/package
6