mirror of
https://github.com/golang/go.git
synced 2025-05-28 19:02:22 +00:00
Putting it before the Index (where it is now) is wrong: we don't even know what's in the package yet. Fixes #4484. R=adg, dsymonds CC=golang-dev https://golang.org/cl/6868071