Ocean/Admin/Variables.go

12 lines
287 B
Go
Raw Permalink Normal View History

2015-06-22 12:08:29 +00:00
package Admin
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
"html/template"
)
var (
AdminTemplates *template.Template = nil // The admin templates
senderName LM.Sender = `System::Admin` // This is the name for logging event from this package
)