文件名称:go-koa-like:Goa的Go版本
文件大小:6KB
文件格式:ZIP
更新时间:2024-04-21 13:36:02
Go
Goa的Go版本 用法 var app = App . New () app . use ( func ( ctx * Context , next interface {}) interface {}{ ctx . Body = "hello world" }) app . Listen ( ":9000" )
【文件预览】:
go-koa-like-master
----.DS_Store(6KB)
----utils()
--------compose.go(1KB)
----lib()
--------response.go(578B)
--------context.go(908B)
--------request.go(500B)
----types()
--------type.go(141B)
----example()
--------main.go(1KB)
----application.go(2KB)
----README.md(194B)
----.gitignore(0B)