2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

refactor: rename module

This commit is contained in:
2025-09-18 23:24:03 +08:00
parent 6dd40e6bdb
commit 5ee35cbd30
184 changed files with 623 additions and 623 deletions

View File

@@ -1,7 +1,7 @@
package bootstrap
import (
"github.com/tnborg/panel/pkg/queue"
"github.com/acepanel/panel/pkg/queue"
)
func NewQueue() *queue.Queue {