2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +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

@@ -5,9 +5,9 @@ import (
"github.com/go-chi/chi/v5"
"github.com/tnborg/panel/internal/service"
"github.com/tnborg/panel/pkg/io"
"github.com/tnborg/panel/pkg/systemctl"
"github.com/acepanel/panel/internal/service"
"github.com/acepanel/panel/pkg/io"
"github.com/acepanel/panel/pkg/systemctl"
)
type App struct{}