Skip to content
/ tour Public
forked from golang/tour

Go Tour(official)+Challenges(Grab)

License

Notifications You must be signed in to change notification settings

myteksi/tour

 
 

Repository files navigation

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)

About

Go Tour(official)+Challenges(Grab)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 58.0%
  • JavaScript 27.2%
  • CSS 9.5%
  • HTML 5.3%