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