diff --git a/doc/go1.11.html b/doc/go1.11.html index 16b4c904cb3..1d85be9fe4e 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -400,6 +400,16 @@ details. information.

+

Run

+ +

+ + 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 . +

+

Runtime