mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
@@ -79,6 +79,7 @@ func NewClient(cfg ClientConfig) *Client {
|
||||
|
||||
config.SetEnvVars(&env,
|
||||
"PWD", cfg.WorkingDir,
|
||||
"GO111MODULE", "on",
|
||||
"GOPROXY", mcfg.Proxy,
|
||||
"GOPRIVATE", mcfg.Private,
|
||||
"GONOPROXY", mcfg.NoProxy)
|
||||
|
Reference in New Issue
Block a user