1
0
mirror of https://github.com/golang/go synced 2024-09-24 19:30:12 -06:00
go/lib/godoc
Rob Pike ee23998963 tweak the newlines so the headers stand out better.
old:
	CONSTANTS
	const (
	    MissingKind = iota;
	  )
new:
	CONSTANTS

	const (
	    MissingKind = iota;
	 )

R=gri,rsc
DELTA=4  (4 added, 0 deleted, 0 changed)
OCL=30362
CL=30598
2009-06-22 14:18:23 -07:00
..
package.html move godoc to src/cmd/godoc 2009-06-16 09:14:06 -07:00
package.txt tweak the newlines so the headers stand out better. 2009-06-22 14:18:23 -07:00
parseerror.html move godoc to src/cmd/godoc 2009-06-16 09:14:06 -07:00
parseerror.txt move godoc to src/cmd/godoc 2009-06-16 09:14:06 -07:00