mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
@@ -295,6 +295,12 @@ type Config struct {
|
||||
// Configures GOPRIVATE when running the Go command for module operations.
|
||||
Private string
|
||||
|
||||
// Configures GOAUTH when running the Go command for module operations.
|
||||
// This is a semicolon-separated list of authentication commands for go-import and HTTPS module mirror interactions.
|
||||
// This is useful for private repositories.
|
||||
// See `go help goauth` for more information.
|
||||
Auth string
|
||||
|
||||
// Defaults to "off".
|
||||
// Set to a work file, e.g. hugo.work, to enable Go "Workspace" mode.
|
||||
// Can be relative to the working directory or absolute.
|
||||
|
Reference in New Issue
Block a user