1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:20:12 -06:00

godoc: sort list of "other packages"

Fixes #2786.

R=r, bradfitz
CC=golang-dev
https://golang.org/cl/5581050
This commit is contained in:
Robert Griesemer 2012-01-30 14:31:51 -08:00
parent ff451e8670
commit 590f948b64

View File

@ -1065,6 +1065,7 @@ func (h *httpHandler) getPageInfo(abspath, relpath, pkgname string, mode PageInf
}
}
plist = plist[0:i]
sort.Strings(plist)
}
// get examples from *_test.go files