1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 20:34:13 +00:00

Update output.go

This commit is contained in:
Yongzheng Lai 2015-03-31 12:36:39 +08:00
parent 217e24815b
commit 9261c80509

View File

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