mirror of
https://github.com/golang/go
synced 2024-11-21 23:14:40 -07: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:
parent
ff451e8670
commit
590f948b64
@ -1065,6 +1065,7 @@ func (h *httpHandler) getPageInfo(abspath, relpath, pkgname string, mode PageInf
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
plist = plist[0:i]
|
plist = plist[0:i]
|
||||||
|
sort.Strings(plist)
|
||||||
}
|
}
|
||||||
|
|
||||||
// get examples from *_test.go files
|
// get examples from *_test.go files
|
||||||
|
Loading…
Reference in New Issue
Block a user