Commit 44db1ab5 authored by Rob Pike's avatar Rob Pike

the package global name space problem is addressed; update road map

R=rsc, iant
CC=golang-dev
https://golang.org/cl/196087
parent 5bb7bf08
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment