go package

This commit is contained in:
Alireza Ahmadi
2025-09-18 23:19:56 +02:00
parent 9d1ad833f9
commit 7751c8fce0
51 changed files with 172 additions and 128 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ import (
"errors"
"os"
"path/filepath"
"s-ui/database/model"
"github.com/alireza0/s-ui/database/model"
"gorm.io/gorm"
)