]> Cypherpunks repositories - gostls13.git/commitdiff
the package global name space problem is addressed; update road map
authorRob Pike <r@golang.org>
Mon, 1 Feb 2010 05:59:42 +0000 (16:59 +1100)
committerRob Pike <r@golang.org>
Mon, 1 Feb 2010 05:59:42 +0000 (16:59 +1100)
R=rsc, iant
CC=golang-dev
https://golang.org/cl/196087

doc/devel/roadmap.html

index 8a49823747f21d264fa071a26c138e65042b0ef9..bb0c8c7b894a84af485921c12b391edb8066a6a8 100644 (file)
@@ -73,9 +73,6 @@ Gc compiler roadmap</h4>
 <li>
 Method expressions.
 <li>
-Support multiple packages with the same name (but different import
-paths) in the same program.
-<li>
 Implement goto restrictions.
 <li>
 Safe compilation mode: generate code which is guaranteed not to obtain
@@ -95,9 +92,6 @@ Gccgo compiler roadmap</h4>
 <li>
 Method expressions.
 <li>
-Support multiple packages with the same name (but different import
-paths) in the same program.
-<li>
 Implement goto restrictions.
 <li>
 Implement garbage collection.