Skip to content

Commit 21ca634

Browse files
seankhliaogopherbot
authored andcommitted
_content/doc: mention GOPRIVATE in FAQ
Fixes golang/go#71797 Change-Id: I4f492a143837ebe00023d8f5bbcf59b44295c82d Reviewed-on: https://go-review.googlesource.com/c/website/+/650336 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 0150c53 commit 21ca634

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_content/doc/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,9 @@ add these lines to your `~/.gitconfig`:
10641064
insteadOf = https://github.com/
10651065
```
10661066

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+
10671070
### How should I manage package versions using "go get"? {#get_version}
10681071

10691072
The Go toolchain has a built-in system for managing versioned sets of related packages, known as *modules*.

0 commit comments

Comments
 (0)