diff options
author | Rob Pike <r@golang.org> | 2010-02-01 16:59:42 +1100 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2010-02-01 16:59:42 +1100 |
commit | 88ee36ba9c2fa68bc86f0924791a2bc16a35baf1 (patch) | |
tree | 2a87446bf32efb5b080960342b10f5837b73be48 | |
parent | 0bc7f73f7e0818bcab6d85ec24fe5b0472919803 (diff) | |
download | golang-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.html | 6 |
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. |