Skip to content

my-learn/golang-study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-study

这个是官方的地址:https://tour.go-zh.org/

离线使用本指南

你可以离线使用本指南。

离线使用时所有代码样例均在你的机器上编译和运行,所以速度会更快。

要离线使用 Go 指南,请先在本地安装 Go 然后使用 go get 命令安装 gotour-zh:

go get github.com/Go-zh/tour/gotour 然后运行得到的 gotour 程序就可以了:

cd $GOPATH/bin ./gotour

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%