1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:50:06 -07:00

doc/roadmap: put "App Engine support" under "Done".

R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4528053
This commit is contained in:
Andrew Gerrand 2011-05-10 18:40:40 -07:00
parent 3f335f80b4
commit a03bfe7f69

View File

@ -43,8 +43,6 @@ Improved garbage collector.
<li>
Debugger.
<li>
App Engine support.
<li>
Improved implementation documentation.
</ul>
@ -132,4 +130,6 @@ A means of recovering from a panic (recover).
Improved CGO including some mechanism for calling back from C to Go.
<li>
Faster, allocation-light reflection.
<li>
App Engine support.
</ul>