7 Star 11 Fork 2

Gitee 极速下载/CleverGo-Router

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/clevergo/clevergo
克隆/下载
clevergo.go 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
razonyang 提交于 2020-08-07 08:08 . Remove SetLogger
// Copyright 2020 CleverGo. All rights reserved.
// Use of this source code is governed by a MIT style license that can be found
// in the LICENSE file.
// Package clevergo is a trie based high performance HTTP request router.
package clevergo
import (
stdlog "log"
"os"
"clevergo.tech/log"
)
// Map is an alias of map[string]interface{}.
type Map map[string]interface{}
const serverName = "CleverGo"
var logger log.Logger = log.New(os.Stderr, "", stdlog.LstdFlags)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/CleverGo-Router.git
git@gitee.com:mirrors/CleverGo-Router.git
mirrors
CleverGo-Router
CleverGo-Router
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385