Go语言学习路线&免费学习资料

学习路线

国外大神版

https://github.com/Alikhll/golang-developer-roadmap/blob/master/i18n/zh-CN/ReadMe-zh-CN.md

Go语言学习路线图

gocn版

Go语言学习路线

下载地址:https://github.com/gocn/knowledge

基础篇

https://book.itsfun.top/gopl-zh/

(适合零基础看)

package main

import "fmt"

func main() {
    fmt.Println("Hello, 世界")
}

开源仓库地址(可以自己构建):https://github.com/gopl-zh/gopl-zh.github.com

高级篇

https://chai2010.cn/advanced-go-programming-book/

(适合有一定的编程基础的人看)

这篇文章有用吗?

点击星号为它评分!

平均评分 5 / 5. 投票数: 1

到目前为止还没有投票!成为第一位评论此文章。

发表评论