The docs for modules assume that you'll be publishing your golang modules 
(actually a git push) to the few public repos that golang has built in 
support for.  I want to use a private repo, but there doesn't seem to be 
any docs for that.  This post 
<https://medium.com/cloud-native-the-gathering/go-modules-with-private-git-repositories-dfe795068db4>
 has 
some suggestions, but it relies on entries in .gitcofig that will interfere 
with normal access to those public repos.  It doesn't mention using ssh 
keys for authentication.  I assume this is what go does for the public 
reops it has built in support for.

I hope there is a better way.  Is there?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/c49ab83c-315c-4de1-9225-7f34d9cf395d%40googlegroups.com.

Reply via email to