Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 423 Bytes

A Tour of Go is an introduction to the Go programming language. (Official) + A bunch of Grab Go Challenges (Grab)

To Install the Tour

  1. go get github.com/myteksi/tour
  2. cd $GOPATH/src/github.com/myteksi/tour/gotour
  3. go install

To Run the Tour+Challenges

  1. ./$GOPATH/bin/gotour
  2. to restart the challenges without cache: ./$GOPATH/bin/gotour -http=127.0.0.1:xxxx (change xxxx to a different port than 3999)