]> Cypherpunks repositories - gostls13.git/commit
go/scanner: interpret filenames in //line filename:line comments
authorRobert Griesemer <gri@golang.org>
Fri, 17 Dec 2010 21:54:37 +0000 (13:54 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 17 Dec 2010 21:54:37 +0000 (13:54 -0800)
commit8f68b23b8d847868c3ec3af3358a5ce9d3dd7b89
tree859d36b54ba46e3cae3dbde6994e57697f647e59
parentae6bfe3687521c2761285a71232c7ee63dd25cf7
go/scanner: interpret filenames in //line filename:line comments
    relative to the source file directory

R=r, rsc
CC=golang-dev
https://golang.org/cl/3752041
src/pkg/go/scanner/scanner.go
src/pkg/go/scanner/scanner_test.go