summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-12-27 07:57:57 +1100
committerRob Pike <r@golang.org>2009-12-27 07:57:57 +1100
commitb06e0bdfe21f1dea9c13821bd0489846a7af36c3 (patch)
treea91f47999e07fbd66390abd25d27eda309c70c9a /doc
parent5316bf6c75c59a79db7239577d65fbef6686da25 (diff)
downloadgolang-b06e0bdfe21f1dea9c13821bd0489846a7af36c3.tar.gz
add exceptions to the road map. i think this just was an oversight.
also a way to run code when object is deleted. both of these are possibilities, not certainties. R=rsc, iant CC=golang-dev http://codereview.appspot.com/181057
Diffstat (limited to 'doc')
-rw-r--r--doc/devel/roadmap.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html
index d2158d928..8a4982374 100644
--- a/doc/devel/roadmap.html
+++ b/doc/devel/roadmap.html
@@ -32,7 +32,12 @@ Possibly rewrite restriction on goto across variable declarations.
Variant types. A way to define a type as being the union of some set
of types.
<li>
+Possibly provide a method that will be run by the garbage
+collector when an item is freed.
+<li>
Generics. An active topic of discussion.
+<li>
+Exceptions. An active topic of discussion.
</ul>
<h3 id="Implementation_roadmap">