Commit 590f948b authored by Robert Griesemer's avatar Robert Griesemer

godoc: sort list of "other packages"

Fixes #2786.

R=r, bradfitz
CC=golang-dev
https://golang.org/cl/5581050
parent ff451e86
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment