1
0
mirror of https://github.com/golang/go synced 2024-09-24 15:20:16 -06:00
go/lib/godoc
Icarus Sparry 6773f1426f The Dec 06 change
changeset:   6839:545c9926d61a
	user:        Robert Griesemer <gri@golang.org>
	date:        Mon Dec 06 14:23:18 2010 -0800
	summary:     go/ast: use token.Pos instead of token.Position; adjust all dependent code
broke 'godoc -src fmt', one of the example uses of godoc. It gives a stack backtrace essentially
caused by dereferencing a NULL pointer (in C terms). This change fixes the particular issue, but
the code probably should be made more robust.
Fixes #3818044.

R=gri
CC=golang-dev
https://golang.org/cl/3818044
2011-01-04 13:16:29 -08:00
..
codewalk.html godoc: canonicalize codewalk paths 2010-06-30 17:56:51 +10:00
codewalkdir.html godoc: add codewalk support 2010-04-26 22:35:12 -07:00
dirlist.html godoc: show relative file names without leading '/' (per r's request) 2010-03-24 16:28:59 -07:00
error.html godoc support for directories outside $GOROOT 2010-02-16 11:20:55 -08:00
godoc.html godoc: add separators between quick reference topics 2010-12-03 14:37:55 +11:00
package.html A selection of trivials. 2010-12-12 14:16:37 -08:00
package.txt The Dec 06 change 2011-01-04 13:16:29 -08:00
search.html godoc: improved textual search 2010-12-12 13:13:07 -08:00
search.txt godoc: improved textual search 2010-12-12 13:13:07 -08:00
source.html go AST: First step towards augmenting AST with full type information. 2010-08-13 10:42:18 -07:00