summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/godoc.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-8/+9
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872
2009-06-26Getenv: almost no one wants the error, so make it return a string that may ↵Rob Pike1-3/+2
be empty. Getenverror is the new name for the old routine that returns an error too. R=rsc DELTA=35 (7 added, 7 deleted, 21 changed) OCL=30818 CL=30821
2009-06-16forgot to adjust tmprootRobert Griesemer1-1/+1
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=30342 CL=30342
2009-06-16move godoc to src/cmd/godocRobert Griesemer1-0/+707
R=rsc DELTA=945 (944 added, 0 deleted, 1 changed) OCL=30315 CL=30341