收藏的博客 -- Golang学习

https://github.com/golang/go

IDE:

https://www.jetbrains.com/go/

https://sourceforge.net/projects/liteide/files/

https://github.com/visualfc/liteide

一、中文官网

https://studygolang.com/ -- good

https://www.golangtc.com/

https://legacy.gitbook.com/book/chai2010/advanced-go-programming-book/details  Go语言高级编程

https://studygolang.com/p/advanced-go-programming-book Go语言高级编程

http://product.dangdang.com/25072202.html Go程序设计语言

二、IM/消息推送

https://github.com/Terry-Mao/goim  Goim 是毛剑同学写的 IM 服务,纯 Golang 实现,目前应用在 Bilibili 产品线上。

https://github.com/Terry-Mao/gopush-cluster

https://github.com/owenliang/go-push

https://github.com/xiaogan18/msgserver

http://developer.gobelieve.io/  国内唯一开源IM服务

https://github.com/GoBelieveIO

https://github.com/578157900/supermq High-Performance MQTT Server and MQTT cluster

三、好文推荐

GO千万级消息推送服务

Go语言构建千万级在线的高并发消息推送系统实践(来自360公司)

魅族2500万长连接的实时消息推送架构的技术实践分享

专访魅族架构师:海量长连接的实时消息推送系统的心得体会

https://blog.csdn.net/freewebsys/article/category/2120333

四、开源框架

https://beego.me/ 一个使用 Go 的思维来帮助您构建并开发 Go 应用程序的开源框架

http://www.xorm.io/ 一个简单而强大的 Go 语言 ORM 框架

https://github.com/siddontang

猜你喜欢

转载自blog.csdn.net/libaineu2004/article/details/81263222