Skip to content

bonfy/go-mega-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Go-Mega Code

Source Code for Go-Mega Tutorial

Branch列表

Branch Source Code Zip
01-Hello-World View Download
02-Template-Basic View Download
03-Template-Advance View Download
04-Web-Form View Download
05-Database View Download
06-User-Login View Download
07-Profile-Page-And-Avatar View Download
08-Follower View Download
09-Pagination View Download
10-Email-Support View Download
11-Facelift View Download
12-Dates-And-Times View Download
13-Javascript-Magic View Download
14-Deployment-On-Heroku View Download
15-Deployment-On-Linux View Download

如何使用

由于 Go 包的特殊引用方式, 最好将 code 都放到 $GOPATH/src/github.com/bonfy/go-mega-code 文件夹中再运行

准备

请先安装 Go 环境,可以参考 Prepare

# 安装完成后 查看版本
$ go version
go version go1.11 darwin/amd64

Git 方式

# 建立文件夹

$ cd $GOPATH/src
$ mkdir -p github.com/bonfy
$ cd github.com/bonfy

# clone

$ git clone git@github.com:bonfy/go-mega-code.git
$ cd go-mega-code

# pull 指定分支

$ git pull origin 01-Hello-World
$ git checkout 01-Hello-World
$ go run main.go

Go Get 方式

$ go get -v github.com/bonfy/go-mega-code

# 会提示 No go files 不过不要紧,继续就可以了

# cd 到 刚才get到的文件夹

$ cd $GOPATH/src/github.com/bonfy/go-mega-code

# pull 指定分支

$ git pull origin 01-Hello-World
$ git checkout 01-Hello-World
$ go run main.go

Download Zip方式

下载每章的 zip,并解压,进入文件夹 运行

$ go run main.go

支持我

support