1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 11:10:57 +00:00

add comment

This commit is contained in:
JessonChan 2015-09-18 10:32:21 +08:00
parent ead635e62f
commit 8df2cca627

View File

@ -204,6 +204,7 @@ type errorInfo struct {
}
// map of http handlers for each error string.
// there is 10 kinds default error(40x and 50x)
var ErrorMaps = make(map[string]*errorInfo, 10)
// show 401 unauthorized error.