diff --git a/doc/go1.11.html b/doc/go1.11.html index 16b4c904cb..1d85be9fe4 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -400,6 +400,16 @@ details. information.
+
+
+ The go run
+ command now allows a single import path, a directory name or a
+ pattern matching a single package.
+ This allows go run pkg or go run dir, most importantly go run .
+