]> Cypherpunks repositories - gostls13.git/commit
spec: be clearer about the scope of a package name
authorRobert Griesemer <gri@golang.org>
Wed, 21 Nov 2012 22:40:50 +0000 (14:40 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 21 Nov 2012 22:40:50 +0000 (14:40 -0800)
commite12676304540fa9e160bf4cc28b954574f9ff944
tree873e76b237e231348b78010ac859252ef37c2bca
parent6a1036422f9b06aa140d99f13c6036b14e12f85b
spec: be clearer about the scope of a package name

We have the notion of a PackageName, not package identifier.
As is, it could construed that imports that rename a package
don't have an "imported package identifier" but a local one.

R=r, rsc, iant, ken, dsymonds
CC=golang-dev
https://golang.org/cl/6858049
doc/go_spec.html