summaryrefslogtreecommitdiff
path: root/src/pkg/go/scanner/errors.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-13reduce stutter: sort.SortInterface -> sort.Interface.Rob Pike1-1/+1
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-11/+15
2009-07-30String method for token.Position. Extracted from gri's tree.Austin Clements1-10/+5
2009-07-14- added Filename field to token.PositionRobert Griesemer1-0/+203