Colly 是一个采用 Go 语言编写的 web 爬虫框架,旨在提供一个能够写任何爬虫/采集器/蜘蛛的简洁模板
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
本项目是golang在windows上用户图形界面gui解决方案,本项目可以不用对你的go写的网站程序做任何修改,就可以实现本地化,使用go+html+css+js写windows本地应用
A golang parallel library, used for business logic aggregation and refactory without changing user function declaration.
这是一个简化版的Muduo库,主要修改包括:1、从Boost向C++11迁移;2、内部采用面向对象的编程思想,简化代码处理逻辑;3、使用SO_REUSEPORT特性,多线程并发监听,减少多线程间数据交互。当前写这个网络库主要目的是学习,已包含一个简单的EchoServer样例,后续会不断充实HttpServer,也会考虑UDP相关的内容。欢迎感兴趣的同学一起讨论。具体设计可参考:http://blog.csdn.net/adkada1/article/details/54893541