- 授权协议: Apache
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/wuciyou/dogo
- 软件文档: https://github.com/wuciyou/dogo/blob/master/README.md
- 官方下载: https://github.com/wuciyou/dogo/archive/master.zip
软件介绍
dogo,用 Go 语言开发的 Web 框架,高效简单。采用微内核框架,高度可定制化。可以很方便添加各种组件。
package main
import (
"github.com/wuciyou/dogo"
_ "github.com/wuciyou/dogo/example/web/controller"
)
func main() {
dogo.Start()
}
The Filter Bubble
Eli Pariser / Penguin Press / 2011-5-12 / GBP 16.45
In December 2009, Google began customizing its search results for each user. Instead of giving you the most broadly popular result, Google now tries to predict what you are most likely to click on. Ac......一起来看看 《The Filter Bubble》 这本书的介绍吧!
