1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 06:01:02 +00:00

modified as astaxie reviews

https://github.com/astaxie/beego/pull/1376
This commit is contained in:
JessonChan
2015-11-06 18:51:53 +08:00
parent 1abf85ed2a
commit 860568cb6c
3 changed files with 4 additions and 6 deletions

View File

@ -529,7 +529,6 @@ func ParseConfig() (err error) {
if ext == "" {
continue
}
ext = strings.ToLower(ext)
if !strings.HasPrefix(ext, ".") {
ext = "." + ext
}