文件名称:cotton
文件大小:14KB
文件格式:ZIP
更新时间:2024-03-27 04:46:55
Go
棉花网框架 Cotton是Go(Golang)编写的Web框架。 内容 安装 要安装Cotton软件包,您需要安装Go并首先设置Go工作区。 首先需要安装 安装棉 go get -u github.com/tonny-zhang/cotton 将其导入您的代码中: import "github.com/tonny-zhang/cotton 快速开始 您可以在example / *中找到更多信息 package main import "github.com/tonny-zhang/cotton" func main () { r := httpserver . NewRouter () r . Get ( "/hello" , func ( ctx * httpserver. Context ) { ctx . String ( "hello world from cott
【文件预览】:
cotton-master
----example()
--------main.go(3KB)
----debug.go(622B)
----pathRule.go(3KB)
----readme.md(2KB)
----mode.go(212B)
----context.go(2KB)
----def_test.go(332B)
----router.go(3KB)
----router_test.go(1KB)
----LICENSE(1KB)
----recover_test.go(625B)
----middleware.go(87B)
----logger.go(1KB)
----pathRule_test.go(2KB)
----.gitignore(7B)
----go.sum(1024B)
----utils()
--------path_test.go(210B)
--------path.go(282B)
--------time.go(162B)
----recover.go(3KB)
----go.mod(90B)