diff --git a/doc/go1.14.html b/doc/go1.14.html index e2ac1672db..7e74c7a69b 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -482,6 +482,18 @@ TODO +
+ The Context
+ type has a new field Dir which may be used to set
+ the working directory for the build.
+ The default is the current directory of the running process.
+ In module mode, this is used to locate the main module.
+