1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:20:11 -07:00

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
This commit is contained in:
Rob Pike 2009-12-27 07:57:57 +11:00
parent 1245e93b2c
commit 316cb50db1

View File

@ -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 Variant types. A way to define a type as being the union of some set
of types. of types.
<li> <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. Generics. An active topic of discussion.
<li>
Exceptions. An active topic of discussion.
</ul> </ul>
<h3 id="Implementation_roadmap"> <h3 id="Implementation_roadmap">