# Go语言 ## 学习笔记 [笔记: Golang 核心编程](blog/golang/index.md) ## 学习资料 - 官网:[https://golang.org/](https://golang.org/) - 官网中文:[https://go-zh.org/](https://go-zh.org/) - 官网中文:[https://golang.google.cn/](https://golang.google.cn/) - Golang标准库文档 [https://studygolang.com/pkgdoc](https://studygolang.com/pkgdoc) - Go 语言教程 | 菜鸟教程 [https://www.runoob.com/go/go-tutorial.html](https://www.runoob.com/go/go-tutorial.html) - TIOBE [https://www.tiobe.com/tiobe-index/](https://www.tiobe.com/tiobe-index/) - Go网址导航 [https://hao.studygolang.com/](https://hao.studygolang.com/) ## 开源图书 - [Go语言圣经(中文版)](https://books.studygolang.com/gopl-zh/) - [Go语言标准库](https://books.studygolang.com/The-Golang-Standard-Library-by-Example/) - [Go入门指南](https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/preface.md) - [Go 程序设计](https://www.yuque.com/qyuhen/go) - [Go语言高级编程(Advanced Go Programming)](https://chai2010.cn/advanced-go-programming-book/) - [Go by Example 中文](https://books.studygolang.com/gobyexample/) - [Go 语言原本](https://golang.design/under-the-hood/) - [Go 语言高性能编程](https://geektutu.com/post/high-performance-go.html) - [LeetCode Cookbook (Go)](https://books.halfrost.com/leetcode/)