We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351c04c commit 513e3fbCopy full SHA for 513e3fb
cmd/godoc/doc.go
@@ -108,5 +108,7 @@ see https://golang.org/pkg/testing/#hdr-Examples for the conventions.
108
See "Godoc: documenting Go code" for how to write good comments for godoc:
109
https://golang.org/doc/articles/godoc_documenting_go_code.html
110
111
+// Deprecated: godoc cannot select what version of a package is displayed.
112
+// Instead, use golang.org/x/pkgsite/cmd/pkgsite.
113
*/
114
package main // import "golang.org/x/tools/cmd/godoc"
0 commit comments