7a4f8acff1
**Work in progress** + Added an error message to the template package
12 lines
198 B
Go
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`
|
|
)
|