From 137f2fba57034b61d70ca8a094d0a9d24d935ef5 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 31 Jul 2018 09:41:31 +0530 Subject: [PATCH] doc/go1.11: add note to remove CLI support for godoc Updates #25443 Change-Id: I5e2f84f3cee6582807b2756ffac91e8583a2baec Reviewed-on: https://go-review.googlesource.com/126737 Reviewed-by: Brad Fitzpatrick --- doc/go1.11.html | 6 ++++++ 1 file changed, 6 insertions(+) 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{}) {

Godoc

+

+ 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