go 入门参考资料和书籍

go 的入门书籍教程非常多,这里只介绍几个具有代表性的,足够初学者入门参考。

go 官方 tour

https://tour.golang.org/welcome/1 

An Introduction to Programming in Go

https://www.golang-book.com/books/intro

英文书,但是写的通俗易懂,入门非常合适

The Little Go Book

http://openmymind.net/The-Little-Go-Book/

英文书,入门读物

Learning Go

https://www.miek.nl/go/

每章附有习题可以练习

Go 入门指南

https://github.com/Unknwon/the-way-to-go_ZH_CN

build-web-application-with-golang

Beego 作者写的,中文,除了 go 语言基础也涉及 Go web 编程。

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

大量 web 示例

https://gowebexamples.github.io/

大量 go 基础示例

https://gobyexample.com/

完整教程的项目练习

https://github.com/tuvttran/project-based-learning#go

其他资源

  • https://github.com/dariubs/GoBooks go 书籍

  • https://golang.org/doc/effective_go.html 官方 effective go

  • https://github.com/golang/go/wiki/Learn 官方 learn wiki

更多阅读

理解 go interface 的 5 个关键点

如何快速入门一门计算机语言

《go 入门参考资料和书籍》

wecatch 专注原创技术内容

    原文作者:SQL
    原文地址: https://juejin.im/entry/5976cd855188250d4e76313a
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞