### What version of Go are you using (go version)? `go version go1.6rc2 darwin/amd64` ### What operating system and processor architecture are you using? OS X 10.11.3 (64-bit). ### What did you do? 1. Have a GOPATH workspace with many, many packages. 2. Run `godoc -http=localhost:6060`. 3. Visit http://localhost:6060/pkg/crypto/ (it's used as an example, it affects all packages equally). ### What did you expect to see? A complete list of subdirectories, with their package synopses.  ### What did you see instead? Randomly incomplete listing of subdirectories, and some missing package synopses.  