diff --git a/doc/docs.html b/doc/docs.html index 169b7c14f90..907cdbd8b7b 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -51,6 +51,12 @@ the language specification, both of which should be read first. How to write a new package and how to test code.
++How to develop and deploy a simple Go project with +Google App Engine. +
+Answers to common questions about Go. diff --git a/doc/reference.html b/doc/reference.html index 278b4bba23e..71812bfc6a2 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -22,6 +22,12 @@ The built-in documentation for the Go tools. The official Go Language specification.
++The documentation for +Google App Engine's Go runtime. +
+A summary of the changes between Go releases.