这里我就不写具体的教程了,整理了一些很适合入门学习的网站
菜鸟Go入门
http://www.runoob.com/go/go-basic-syntax.html
Go 语言的基本数据类型
https://www.cnblogs.com/fengbohello/p/5854108.html
Go语言中文网,系列教程
https://studygolang.com/subject/2
Go Example
https://books.studygolang.com/gobyexample/
理解Golang包导入
https://studygolang.com/articles/12750
Go语言常见的50个错误
http://www.mamicode.com/info-detail-1706865.html
我的学习方法,自己在github建个库,然后跟着Go Example https://studygolang.com/subject/2 把例子都自己写一边