+ Added binary assets + Added font Source Code Pro for the web logging viewer + Removed unreachable code at package static files
10 lines
148 B
Go
10 lines
148 B
Go
package BinaryAssets
|
|
|
|
import (
|
|
LM "github.com/SommerEngineering/Ocean/Log/Meta"
|
|
)
|
|
|
|
var (
|
|
senderName LM.Sender = `System::BinaryAssets`
|
|
)
|