commit | 4c1f1b5b4088db2adfa2226cb60688293289bf15 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Wed Sep 24 09:43:20 2014 +1000 |
committer | Andrew Gerrand <adg@golang.org> | Wed Sep 24 09:43:20 2014 +1000 |
tree | c1d884b0f82bb6a6ddc5e387f9311849240c7f99 | |
parent | 298c9b31116cd45aad3c2ab6b21cb39a455e9755 [diff] |
add Dockerfile Change-Id: I34e95a4bd3b018ea89627ae2c9db10aab5114570
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: