Ocean/Log/Web/Variables.go
Thorsten Sommer 7a4f8acff1 Logging Web Interface
**Work in progress**
+ Added an error message to the template package
2015-02-04 07:58:23 +01:00

12 lines
198 B
Go

package Web
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
"html/template"
)
var (
templates *template.Template = nil
senderName LM.Sender = `System::WebLog`
)