Ocean/BinaryAssets/Variables.go
2015-06-17 17:44:52 +02:00

10 lines
204 B
Go

package BinaryAssets
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
)
var (
senderName LM.Sender = `System::BinaryAssets` // This is the name for logging event from this package
)