refactor: update import paths from ppanel-server to server

This commit is contained in:
Chang lue Tsen
2025-04-25 15:09:31 +09:00
parent 52063049c5
commit 34c09c4618
679 changed files with 2985 additions and 2992 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package logger
import (
"sync/atomic"
"github.com/perfect-panel/ppanel-server/pkg/color"
"github.com/perfect-panel/server/pkg/color"
)
// WithColor is a helper function to add color to a string, only in plain encoding.