golang 的几个入门资料


=====================
视频
=====================
无闻 老师的《Go 编程基础》视频
https://github.com/Unknwon/go-fundamental-programming


=====================
图书
=====================
Go语言高级编程
https://studygolang.com/book/70
https://books.studygolang.com/advanced-go-programming-book/ch1-basic/ch1-01-genesis.html

雨痕老师的笔记
https://github.com/qyuhen/book

Go语言标准库
https://studygolang.com/book/34
https://books.studygolang.com/The-Golang-Standard-Library-by-Example/

无闻 老师 组织的翻译 《The Way to Go》中文译本,中文正式名《Go 入门指南》
https://github.com/Unknwon/the-way-to-go_ZH_CN

=====================
其他
=====================
Go 系列教程(Golang tutorial series)
https://studygolang.com/subject/2

Go语言入门教程,Golang入门教程(非常详细)
http://c.biancheng.net/golang/

刘鹏杰的笔记
https://www.kancloud.cn/liupengjie/go/570004

Golang 语法简介
https://jin-yang.github.io/post/golang-basic-syntax-introduce.html

我的 Go 语言学习之路
https://studygolang.com/topics/8550#reply3

=====================
互操作性示例
=====================
https://github.com/draffensperger/go-interlang

原文地址:https://www.cnblogs.com/harrychinese/p/golang_tutorials.html