1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-18 12:14:15 +00:00

Update output.go

This commit is contained in:
Yongzheng Lai 2015-03-31 12:36:39 +08:00 committed by astaxie
parent bb5351bb9f
commit a311d712a5

View File

@ -29,6 +29,7 @@ import (
"path/filepath"
"strconv"
"strings"
"time"
)
// BeegoOutput does work for sending response header.