/golang-tour

DDM's A Tour of Go

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

DDM's Tour of Go

Go Reference

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!

Download/Install

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/.

License

Unless otherwise noted, the go-tour source files are distributed under the BSD-style license found in the LICENSE file.