nex-protocols-common-go/globals/globals.go
Daniel López Guimaraes 5160332968
Move logger to globals
This allows us to log inside the matchmaking globals.
2023-10-20 23:27:38 +01:00

7 lines
110 B
Go

package common_globals
import (
"github.com/PretendoNetwork/plogger-go"
)
var Logger = plogger.NewLogger()