add comment

This commit is contained in:
JessonChan 2015-09-18 10:32:21 +08:00
parent ead635e62f
commit 8df2cca627
1 changed files with 1 additions and 0 deletions

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.