1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-19 13:50:39 +00:00

Merge pull request from ninjacn/master

comment edit
This commit is contained in:
astaxie
2017-08-06 22:28:36 +08:00
committed by GitHub

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