Ocean/BinaryAssets/Variables.go
Thorsten f0c73c3fd5 BinaryAssets & Fixes
+ Added binary assets
+ Added font Source Code Pro for the web logging viewer
+ Removed unreachable code at package static files
2015-01-30 17:45:30 +01:00

10 lines
148 B
Go

package BinaryAssets
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
)
var (
senderName LM.Sender = `System::BinaryAssets`
)