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

deseretdigital/golang-tour

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Go 56.8%
  • JavaScript 27.8%
  • CSS 9.3%
  • HTML 5.1%
  • Shell 1.0%