Golang学习资料整理

Go入门教程

  • 《Go入门指南》是《The Way to Go》的中文译本,内容很详细,零基础开始的。

    链接:https://learnku.com/docs/the-way-to-go

  • 《Go Web编程》主要涉及Web开发相关内容,如何使用go开发web项目,包括:Web基础、表单、数据库、Session等。

    链接:https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md

  • 《Golang 开发》从零基础开始,内容包含:数据库操作、beego框架、gin框架、高级应用等。

    链接:https://www.kancloud.cn/liupengjie/go/570005

  • 《Go 语言圣经》Golang零基础入门教程

    链接:https://books.studygolang.com/gopl-zh/

  • 《Go 语言高级编程》本书涵盖CGO、Go汇编语言、RPC实现、Web框架实现、分布式系统等高阶主题,针对Go语言有一定经验想深入了解Go语言各种高级用法的开发人员。对于刚学习Go语言的读者,建议先从《Go语言圣经》开始系统学习Go语言的基础知识。如果希望了解Go2的最新动向,可以参考《Go2编程指南》。

    链接:https://chai2010.gitbooks.io/advanced-go-programming-book/content/

Go标准库文档

可以通过文档查询每个API的具体使用方式,是Golang开发者必备手册。

  • Golang标准库文档 包含每个api的用法详解,golang开发必备api查询手册

    链接:https://studygolang.com/static/pkgdoc/main.html

  • 《Go语言标准库》以示例驱动的方式讲解Golang的标准库。

    链接: https://books.studygolang.com/The-Golang-Standard-Library-by-Example/

更多教程

  • 《go语言教程》http://c.biancheng.net/golang/
  • Go语言42章经 :https://github.com/ffhelicopter/Go42
  • Go2编程指南:https://github.com/chai2010/go2-book
  • Go语言实战: 编写可维护Go语言代码建议:https://github.com/llitfkitfk/go-best-practice
  • Go资源精选中文版:https://github.com/chai2010/awesome-go-zh
  • Go夜读:https://github.com/developer-learning/reading-go
  • Go 资源大全中文版:https://github.com/jobbole/awesome-go-cn
  • Go 入门指南:https://github.com/Unknwon/the-way-to-go_ZH_CN
  • Go 语言学习资料与社区索引:https://github.com/Unknwon/go-study-index
  • Gopher Reading List:https://github.com/enocom/gopher-reading-list
  • build-web-application-with-golang:https://github.com/astaxie/build-web-application-with-golang
  • Go 源代码:https://github.com/golang/go
  • Uber Go 语言代码风格指南:https://fivezh.github.io/2019/10/17/uber-go-style-guide/

扫码关注,后台回复“go”获取免费学习教程
在这里插入图片描述

发布了115 篇原创文章 · 获赞 67 · 访问量 10万+

猜你喜欢

转载自blog.csdn.net/meifannao789456/article/details/103301863