From: Scott Lawrence Date: Mon, 20 Feb 2012 01:32:43 +0000 (+1100) Subject: godoc: fix tag mismatch validation errors X-Git-Tag: weekly.2012-02-22~88 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=05e80cffc344167ccbc49f5b0c416e6372a4f796;p=gostls13.git godoc: fix tag mismatch validation errors R=golang-dev, r CC=golang-dev https://golang.org/cl/5676099 --- diff --git a/lib/godoc/package.html b/lib/godoc/package.html index 0874b7fa28..841ad8df0f 100644 --- a/lib/godoc/package.html +++ b/lib/godoc/package.html @@ -126,6 +126,7 @@ {{example_html $name $.Examples $.FSet}} {{end}} {{end}} + {{else}} {{/* not a package; is a command */}} {{comment_html .Doc}} {{end}} @@ -155,7 +156,6 @@ {{with .Dirs}} {{/* DirList entries are numbers and strings - no need for FSet */}}

Subdirectories

-

@@ -175,5 +175,4 @@ {{end}}
Name
-

{{end}}