专注路由.简洁, 贪心匹配, 支持注入, 可定制, 深度解耦的 http 路由管理器. examples 目录中有几个例子, 方便您了解 Rivet.这里有个路由专项评测 go-http-routing-benchmark. 示例代码: package main import (     "io"     "net/http"     "github.com/typepress/rivet" ) // 常规风格 handler func HelloWord(rw http.ResponseWriter, req *http.Request) {     io.Wri