Rename Go module to github.com/henrygd/beszel

This commit is contained in:
Ayman Nedjmeddine
2025-01-31 14:15:00 +01:00
committed by henrygd
parent fd050f2a8f
commit cda8fa7efd
16 changed files with 47 additions and 36 deletions

View File

@@ -2,10 +2,11 @@
package users
import (
"beszel/migrations"
"log"
"net/http"
"github.com/henrygd/beszel/migrations"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
)