8000 GitHub - yuimn/go-tour-jp: A Tour of Go 日本語版
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yuimn/go-tour-jp

 
 

Repository files navigation

This is Go Tour, an introduction to the Go programming language.

To install the tour locally, first install Go, then run:

	$ go get golang.org/x/tour/gotour
	$ cd $GOPATH/bin
	$ ./gotour

Unless otherwise noted, the go-tour source files are distributed
under the BSD-style license found in the LICENSE file.

Contributions should follow the same procedure as for the Go project:
http://golang.org/doc/contribute.html

Packages

No packages published

Languages

  • Go 53.8%
  • JavaScript 29.7%
  • CSS 10.7%
  • HTML 5.8%
0