diff options
Diffstat (limited to 'doc/devel/roadmap.html')
-rw-r--r-- | doc/devel/roadmap.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html index 343203cdb..a73ec6353 100644 --- a/doc/devel/roadmap.html +++ b/doc/devel/roadmap.html @@ -45,7 +45,11 @@ Debugger. <li> App Engine support. <li> +Improved CGO including some mechanism for calling back from C to Go. +<li> Improved implementation documentation. +<li> +Faster, allocation-light reflection. </ul> <h4 id="Gc_roadmap"> @@ -87,6 +91,8 @@ Packages roadmap</h4> <ul> <li> +Faster, allocation-light reflection. +<li> Faster, RE2-like regular expressions. <li> Comprehensive support for international text. @@ -128,8 +134,4 @@ Package manager (goinstall). A means of recovering from a panic (recover). <li> 5g: Better floating point support. -<li> -Improved CGO including some mechanism for calling back from C to Go. -<li> -Faster, allocation-light reflection. </ul> |