aboutsummaryrefslogtreecommitdiff
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
commit316cb50db171e8e4417e5cd017bc1cedf7c4255a (patch)
tree396b441c1c755c5a9b1646cee99d4b0bdc718118
parent1245e93b2ccee55cf716de03826d50bcf95373e4 (diff)
downloadgo-316cb50db171e8e4417e5cd017bc1cedf7c4255a.tar.gz
go-316cb50db171e8e4417e5cd017bc1cedf7c4255a.zip
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 https://golang.org/cl/181057
-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 d2158d928e..8a49823747 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">