96bcb5da8f
* Is not done yet + Add configuration for the admin web server + Refactor the ICCC messages to an own namespace + Added a main to Ocean. It can be used by just ICCC! + Added proper logging for the servers' start up
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`
|
|
)
|