From 88ee36ba9c2fa68bc86f0924791a2bc16a35baf1 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 1 Feb 2010 16:59:42 +1100 Subject: the package global name space problem is addressed; update road map R=rsc, iant CC=golang-dev http://codereview.appspot.com/196087 --- doc/devel/roadmap.html | 6 ------ 1 file changed, 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
  • Method expressions.
  • -Support multiple packages with the same name (but different import -paths) in the same program. -
  • Implement goto restrictions.
  • Safe compilation mode: generate code which is guaranteed not to obtain @@ -95,9 +92,6 @@ Gccgo compiler roadmap
  • Method expressions.
  • -Support multiple packages with the same name (but different import -paths) in the same program. -
  • Implement goto restrictions.
  • Implement garbage collection. -- cgit v1.2.3