diff --git a/doc/go1.11.html b/doc/go1.11.html index 2e6a51650c6..7e9512f5872 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -313,6 +313,12 @@ func f(v interface{}) {
+ Go 1.11 will be the last release to support godoc
's command-line interface.
+ In future releases, godoc
will only be a web server. Users should use
+ go
doc
for command-line help output instead.
+
The godoc
web server now shows which version of Go introduced
new API features. The initial Go version of types, funcs, and methods are shown