We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0150c53 commit 21ca634Copy full SHA for 21ca634
_content/doc/faq.md
@@ -1064,6 +1064,9 @@ add these lines to your `~/.gitconfig`:
1064
insteadOf = https://github.com/
1065
```
1066
1067
+When working with private modules, but using a public module proxy for dependencies, you may need to set `GOPRIVATE`.
1068
+See [private modules](/ref/mod#private-modules) for details and additional settings.
1069
+
1070
### How should I manage package versions using "go get"? {#get_version}
1071
1072
The Go toolchain has a built-in system for managing versioned sets of related packages, known as *modules*.
0 commit comments