From dd91d83d2427e5a076aa92342b70dda63dd1cbb6 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 15 Feb 2012 12:58:40 +1100 Subject: [PATCH] doc: add App Engine docs to 'learn' and 'reference' pages R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5672048 --- doc/docs.html | 6 ++++++ doc/reference.html | 6 ++++++ 2 files changed, 12 insertions(+) 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.

+

Getting Started with Go on App Engine

+

+How to develop and deploy a simple Go project with +Google App Engine. +

+

Frequently Asked Questions (FAQ)

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.

+

App Engine Go Runtime Documentation

+

+The documentation for +Google App Engine's Go runtime. +

+

Release History

A summary of the changes between Go releases.