推荐使用 go.mod

import "github.com/tungyao/cedar"

r:=cedar.NewRouter()
r.StopSession() // 将不在设置cookie
r.SetDebug()    // 将错误信息显示
r.Get(path string, handlerFunc HandlerFunc, middleName ...string)