- 授权协议: 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()
}
Language Implementation Patterns
Terence Parr / Pragmatic Bookshelf / 2010-1-10 / USD 34.95
Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language ......一起来看看 《Language Implementation Patterns》 这本书的介绍吧!
