1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 16:53:28 +00:00

comment edit

This commit is contained in:
姚鹏鸣 2017-08-03 19:15:32 +08:00
parent d96289a81b
commit 5a7a3da909

View File

@ -28,7 +28,7 @@ var (
)
// Tree has three elements: FixRouter/wildcard/leaves
// fixRouter sotres Fixed Router
// fixRouter stores Fixed Router
// wildcard stores params
// leaves store the endpoint information
type Tree struct {