MyNixOS website logo

The GOPRIVATE environment variable controls which modules the go command considers to be private (not available publicly) and should therefore not use the proxy or checksum database.

Declarations
Type
list of string
Default
[ ]
Example
[
  "*.corp.example.com"
  "rsc.io/private"
]