8000 GitHub - yren/tour: Go Tour(official)+Challenges(Grab)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yren/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 57.5%
  • JavaScript 26.9%
  • CSS 9.4%
  • HTML 5.2%
  • Shell 1.0%
0