Rename to One API

This commit is contained in:
JustSong
2023-04-22 21:14:09 +08:00
parent ab1f8a2bf4
commit 539eac217f
39 changed files with 108 additions and 108 deletions

View File

@@ -1,9 +1,9 @@
package model
import (
"gin-template/common"
_ "gorm.io/driver/sqlite"
"gorm.io/gorm"
"one-api/common"
"os"
"path"
)

View File

@@ -1,10 +1,10 @@
package model
import (
"gin-template/common"
"gorm.io/driver/mysql"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"one-api/common"
"os"
)

View File

@@ -1,7 +1,7 @@
package model
import (
"gin-template/common"
"one-api/common"
"strconv"
"strings"
)

View File

@@ -2,7 +2,7 @@ package model
import (
"errors"
"gin-template/common"
"one-api/common"
"strings"
)