mirror of
https://github.com/golang/go
synced 2024-11-26 03:17:57 -07:00
0a33b703e6
For grouped type declarations, go/doc introduces fake individual declarations. Don't use the original location of the "type" keyword because it will lead to an overly large source code range for that fake declaration, and thus an overly large selection shown via godoc (e.g.: click on the AssignStmt link for: http://golang.org/pkg/go/ast/#AssignStmt ). Also: Don't create a fake declaration if not needed. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694061 |
||
---|---|---|
.. | ||
cmd | ||
lib9 | ||
libbio | ||
libmach | ||
pkg | ||
all.bash | ||
all.bat | ||
clean.bash | ||
clean.bat | ||
make.bash | ||
make.bat | ||
Make.dist | ||
run.bash | ||
run.bat | ||
sudo.bash |