commit | 16d3ff4aeb4f07df3cbc2d072b04443a462b2f69 | [log] [tgz] |
---|---|---|
author | Katie Hockman <katie@golang.org> | Tue Nov 06 19:33:18 2018 -0500 |
committer | Katie Hockman <katie@golang.org> | Wed Nov 07 18:15:31 2018 +0000 |
tree | 214ee53448e9a9a391217522ef2a97b9f96895f8 | |
parent | 5807c4fa28aba30e78d2ef679bb99cd9fe45c9b9 [diff] |
tour: update to new favicon.ico Change favicon.ico to newer high resolution version from main project. Change-Id: Iba9a5b13cb9615eaf10167a531065b9f8e101a71 Reviewed-on: https://go-review.googlesource.com/c/148037 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
A Tour of Go is an introduction to the Go programming language.
To install the tour from source, first set up a workspace and then run:
$ go get golang.org/x/tour
This will place a tour
binary in your workspace's bin
directory.
Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.
Contributions should follow the same procedure as for the Go project: https://golang.org/doc/contribute.html