1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 13:30:56 +00:00

Update app.go

This commit is contained in:
Silviu Capota-Mera 2017-09-25 21:45:42 -04:00 committed by GitHub
parent 5a12b3d020
commit 51a6162363

1
app.go
View File

@ -22,6 +22,7 @@ import (
"os" "os"
"path" "path"
"time" "time"
"strings"
"github.com/astaxie/beego/grace" "github.com/astaxie/beego/grace"
"github.com/astaxie/beego/logs" "github.com/astaxie/beego/logs"