mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 12:20:54 +00:00
remove unused cache
This commit is contained in:
parent
1f46c1d231
commit
6747c55a81
@ -16,7 +16,6 @@ package beego
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"html/template"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
@ -106,8 +105,6 @@ var (
|
||||
AppConfig *beegoAppConfig
|
||||
// AppPath is the absolute path to the app
|
||||
AppPath string
|
||||
// TemplateCache stores template caching
|
||||
TemplateCache map[string]*template.Template
|
||||
// GlobalSessions is the instance for the session manager
|
||||
GlobalSessions *session.Manager
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user