Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 839 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 839 Bytes

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.