This special fork of the original Tour of Go is for Deseret Digital Media gophers, with a special emphasis on the cool bits we think are most important. We hope you enjoy this introduction to the Go programming language!
First install Go and then check out this repo into your $GOPATH, e.g., ~/go/src/github.com/deseretdigital/golang-tour
To run the tour server locally:
go run .
Your browser should now open. If not, please visit http://localhost:3999/.
Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.