commit | def11b6b488185fc45593489cca83821e0fccd03 | [log] [tgz] |
---|---|---|
author | Francesc Campoy <campoy@golang.org> | Wed Jan 07 15:53:24 2015 -0800 |
committer | Andrew Gerrand <adg@golang.org> | Tue Jan 13 23:11:11 2015 +0000 |
tree | 13179323a48755f78863fcbcac425013a02608a9 | |
parent | de07b158c47e6584b54b18ca7313b5c5eb5fdc29 [diff] |
example: add bootstrap for app engine apps with a single module Change-Id: I093602219ae8612128aa7d0029a49ede1aa431a8 Reviewed-on: https://go-review.googlesource.com/2483 Reviewed-by: Andrew Gerrand <adg@golang.org>
This repository contains a collection of Go programs and libraries that demonstrate the language, standard libraries, and tools.
go get github.com/golang/example/hello
A trivial “Hello, world” program that uses a stringutil package.
Command hello covers:
Library stringutil covers:
go get github.com/golang/example/outyet
A web server that answers the question: “Is Go 1.x out yet?”
Topics covered:
goapp get github.com/golang/example/appengine-hello
A trivial “Hello, world” App Engine application intended to be used as the starting point for your own code.
Note: The goapp
tool is part of the Google App Engine SDK for Go.