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

10 lines
181 B
Go

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