/go-web

用go实现轻量web框架

Primary LanguageGo

Go-web

go实现web框架, 参考 https://github.com/geektutu/7days-golang

  • 自定义context包装请求参数和方法
  • 压缩字典树实现路由匹配 (支持 /hello, /hello/:name, /assets/*filepath 三种格式)
  • 分组控制