]> Cypherpunks repositories - gostls13.git/commit
go/parser: restrict ParseDir to files with suffix ".go"
authorRobert Griesemer <gri@golang.org>
Thu, 25 Jul 2013 16:36:22 +0000 (09:36 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 25 Jul 2013 16:36:22 +0000 (09:36 -0700)
commit4a695d2c18713ea85029922c0e0758423dcd99ab
treeaf675f451510ac42618a6cbf052d2e09999230ef
parentf3310124277638d3eb4fdcfe86966b9c41fe4954
go/parser: restrict ParseDir to files with suffix ".go"

Fixes #5956.

R=rsc, r
CC=golang-dev
https://golang.org/cl/11813043
src/pkg/go/parser/interface.go
src/pkg/go/parser/parser_test.go