GO15VENDOREXPERIMENT=0. In Go 1.7, the environment
variable will stop having any effect.
-The vendoring semantics are an experiment, and they may change
-in future releases. Once settled, they will be on by default.
-
See https://golang.org/s/go15vendor for details.
File names in stack traces are rewritten from GOROOT to
GOROOT_FINAL.
GO15VENDOREXPERIMENT
- Set to 1 to enable the Go 1.5 vendoring experiment.
+ Set to 0 to disable vendoring semantics.
GO_EXTLINK_ENABLED
Whether the linker should use external linking mode
when using -linkmode=auto with code that uses cgo.
let package authors make sure the custom import path is used and not a
direct path to the underlying code hosting site.
-If the vendoring experiment is enabled (see 'go help gopath'),
-then import path checking is disabled for code found within vendor trees.
-This makes it possible to copy code into alternate locations in vendor trees
-without needing to update import comments.
+If vendoring is enabled (see 'go help gopath'), then import path checking is
+disabled for code found within vendor trees. This makes it possible to copy
+code into alternate locations in vendor trees without needing to update import
+comments.
See https://golang.org/s/go14customimport for details.
let package authors make sure the custom import path is used and not a
direct path to the underlying code hosting site.
-If the vendoring experiment is enabled (see 'go help gopath'),
-then import path checking is disabled for code found within vendor trees.
-This makes it possible to copy code into alternate locations in vendor trees
-without needing to update import comments.
+If vendoring is enabled (see 'go help gopath'), then import path checking is
+disabled for code found within vendor trees. This makes it possible to copy
+code into alternate locations in vendor trees without needing to update import
+comments.
See https://golang.org/s/go14customimport for details.
`,
GO15VENDOREXPERIMENT=0. In Go 1.7, the environment
variable will stop having any effect.
-The vendoring semantics are an experiment, and they may change
-in future releases. Once settled, they will be on by default.
-
See https://golang.org/s/go15vendor for details.
`,
}
File names in stack traces are rewritten from GOROOT to
GOROOT_FINAL.
GO15VENDOREXPERIMENT
- Set to 1 to enable the Go 1.5 vendoring experiment.
+ Set to 0 to disable vendoring semantics.
GO_EXTLINK_ENABLED
Whether the linker should use external linking mode
when using -linkmode=auto with code that uses cgo.