1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 18:24:14 +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" "path/filepath"
"strconv" "strconv"
"strings" "strings"
"time"
) )
// BeegoOutput does work for sending response header. // BeegoOutput does work for sending response header.