]> Cypherpunks repositories - gostls13.git/commit
go/parser: check import path restrictions
authorRobert Griesemer <gri@golang.org>
Thu, 23 Feb 2012 07:21:56 +0000 (23:21 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 23 Feb 2012 07:21:56 +0000 (23:21 -0800)
commitbcc38625654c451d68e057650a412157d3bc4659
tree6dfceb605ed84d324f94c3d4700b9e0bcc039f87
parent548591b77d115a557e8e6351b78b96831002b306
go/parser: check import path restrictions

Replaces pending CL 5674097.
Thanks to ality@pbrane.org for spearheading
the effort.

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