10 lines
125 B
Go
10 lines
125 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
LM "github.com/SommerEngineering/Ocean/Log/Meta"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
senderName LM.Sender = `Ocean`
|
||
|
)
|