文件名称:goRouter:goRouter 是一个非常灵活和轻量级的路由器,具有高性能
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-31 09:48:52
Go
路由器 goRouter 是一个非常灵活和轻量级的路由器,具有高性能。 它非常适合小型项目或一些小型 Web 服务。 用法 话不多说,给你看代码: package main import ( "fmt" // import router "github.com/Barbery/goRouter" "net/http" ) func main () { // get the instance of router mux := goRouter . GetMuxInstance () // add routes // Note: In goRouter, the routes is full match(by default, native router in golang is prefix match). mux
【文件预览】:
goRouter-master
----.travis.yml(34B)
----LICENSE(11KB)
----routes.go(4KB)
----README.md(2KB)
----routes_test.go(4KB)