commit | dc38756ce12e83c9466afaa4d439da03303fec7b | [log] [tgz] |
---|---|---|
author | Anthony Martin <ality@pbrane.org> | Fri Feb 24 14:48:36 2012 -0500 |
committer | Russ Cox <rsc@golang.org> | Fri Feb 24 14:48:36 2012 -0500 |
tree | 0f634bbb106dd41bdce03fc29f6810ca836ad4c5 | |
parent | 490c3d4a426b197283bf3a02bedd84654a268f28 [diff] |
gc: reject import paths containing special characters Also allow multiple invalid import statements in a single file. Fixes #3021. The changes to go/parser and the language specifcation have already been committed. R=rsc, gri CC=golang-dev https://golang.org/cl/5672084