pull/3/head
parent
d4c4bc1a8a
commit
cafaa2a924
53
README.md
53
README.md
|
@ -12,6 +12,8 @@
|
|||
|
||||
注意:本项目中的 Export.py 文件必须用 python3 执行。
|
||||
|
||||
## 博客地址和 RSS 地址
|
||||
|
||||
博客地址 (排名不分先后) | RSS 地址
|
||||
----- | -----
|
||||
[The Go Programming Language Blog](https://blog.golang.org/)|
|
||||
|
@ -84,6 +86,14 @@
|
|||
| [Go 语言圣经](https://www.gitbook.com/book/wizardforcel/gopl-zh/details) |
|
||||
| [GO SCP](https://checkmarx.gitbooks.io/go-scp/content/) |
|
||||
|
||||
|
||||
| Go 面试|
|
||||
|----|
|
||||
| [Go 开发建议](https://github.com/cristaloleg/go-advices)|
|
||||
| [精华的 Go 面试题和答案](https://github.com/goquiz/goquiz.github.io)|
|
||||
| [编程面试题的 Go 实现](https://github.com/mrekucci/epi)|
|
||||
|
||||
|
||||
| Go 其他|
|
||||
|----|
|
||||
| [Gopher 阅读清单](https://github.com/enocom/gopher-reading-list) |
|
||||
|
@ -91,12 +101,6 @@
|
|||
| [Go 语言学习资源整理](https://zhuanlan.zhihu.com/p/25493806) |
|
||||
|
||||
|
||||
| Go 面试|
|
||||
|----|
|
||||
[Go 开发建议](https://github.com/cristaloleg/go-advices)|
|
||||
[精华的 Go 面试题和答案](https://github.com/goquiz/goquiz.github.io)|
|
||||
[编程面试题的 Go 实现](https://github.com/mrekucci/epi)|
|
||||
|
||||
## Go 学习视频
|
||||
|
||||
| 课程名称 | 简单介绍 |
|
||||
|
@ -106,7 +110,6 @@
|
|||
| [Go 名库讲解](https://github.com/Unknwon/go-rock-libraries-showcases) | 主要是对 Go 语言的第三方库进行评测讲解的,集博客、示例与语音视频为一体的综合教程,适合完成《Go 编程基础》教程之后的学习者。|
|
||||
| [Go 语言第一课](http://www.imooc.com/learn/345)|郝林|
|
||||
|
||||
|
||||
----
|
||||
|
||||
## Go 开发工具
|
||||
|
@ -129,22 +132,24 @@ IntelliJ idea + Go Plugin、[Goland](https://www.jetbrains.com/go/)、[LiteIDE](
|
|||
|
||||
----
|
||||
|
||||
微信公众号(排名不分先后) | 公众号ID | 二维码
|
||||
----- | ----- | -----
|
||||
Go中国|golangchina|
|
||||
Go语言中文网|studygolang|
|
||||
每日go语言|golang_everyday|
|
||||
Go语言北京用户组|golang-beijing|
|
||||
Golang语言社区|Golangweb|
|
||||
PingCAP|pingcap2015|
|
||||
午夜咖啡|jolestar-blog|
|
||||
飞雪无情|flysnow_org|
|
||||
## Go 社区
|
||||
|
||||
----
|
||||
| Go 语言社区(排名不分先后)|特色|
|
||||
|----|----|
|
||||
| [Go 中国技术社区](https://gocn.io)|GoCN 每日新闻、问答社区|
|
||||
| [GO 语言中文网](http://studygolang.com)|问答社区、开源项目、资源、图书、下载、官方文档。|
|
||||
| [Golang 中国](http://www.golangtc.com)|问答社区、图书、下载。|
|
||||
| [Golang 语言社区 (www.Golang.LTD)](http://www.golang.ltd)|问答社区|
|
||||
|
||||
Go 语言社区(排名不分先后)|特色|
|
||||
----|----|
|
||||
[Go中国技术社区](https://gocn.io)|GoCN每日新闻、问答社区|
|
||||
[GO语言中文网](http://studygolang.com)|问答社区、开源项目、资源、图书、下载、官方文档。|
|
||||
[Golang 中国](http://www.golangtc.com)|问答社区、图书、下载。|
|
||||
[Golang 语言社区(www.Golang.LTD)](http://www.golang.ltd)|问答社区|
|
||||
## 微信公众号
|
||||
|
||||
| 微信公众号 (排名不分先后) | 公众号 ID | 二维码|
|
||||
| ----- | ----- | ----- |
|
||||
| Go 中国|golangchina| |
|
||||
| Go 语言中文网|studygolang|
|
||||
| 每日 go 语言|golang_everyday| |
|
||||
| Go 语言北京用户组|golang-beijing| |
|
||||
| Golang 语言社区|Golangweb| |
|
||||
| PingCAP|pingcap2015| |
|
||||
| 午夜咖啡|jolestar-blog| |
|
||||
| 飞雪无情|flysnow_org| |
|
||||
|
|
Loading…
Reference in New Issue