- 授权协议: 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()
}
Sprint
Jake Knapp、John Zeratsky、Braden Kowitz / Simon & Schuster / 2016-3-8 / GBP 14.60
媒体推荐 “Every business leader I know worries about the same thing: Are we moving fast enough? The genius of Jake Knapp’s Sprint is its step-by-step breakdown of what it takes to solve big problems an......一起来看看 《Sprint》 这本书的介绍吧!
