summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-02-01 16:59:42 +1100
committerRob Pike <r@golang.org>2010-02-01 16:59:42 +1100
commit88ee36ba9c2fa68bc86f0924791a2bc16a35baf1 (patch)
tree2a87446bf32efb5b080960342b10f5837b73be48
parent0bc7f73f7e0818bcab6d85ec24fe5b0472919803 (diff)
downloadgolang-88ee36ba9c2fa68bc86f0924791a2bc16a35baf1.tar.gz
the package global name space problem is addressed; update road map
R=rsc, iant CC=golang-dev http://codereview.appspot.com/196087
-rw-r--r--doc/devel/roadmap.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html
index 8a4982374..bb0c8c7b8 100644
--- a/doc/devel/roadmap.html
+++ b/doc/devel/roadmap.html
@@ -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.