Minor fixes

This commit is contained in:
vysion 2022-03-30 12:16:45 -07:00
parent 84dcbce9f5
commit 24d86852af
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package global
import (
"github.com/go-redis/redis/v8"
"github.com/vysiondev/tytanium/api"
"tytanium/api"
)
// Configuration stores the current configuration for the server and should not be modified as it is not thread safe.

View File

@ -3,6 +3,6 @@ package logger
import "log"
var (
InfoLogger *log.Logger
InfoLogger *log.Logger
ErrorLogger *log.Logger
)