mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-26 20:11:11 +08:00
feat: 优化目录结构
This commit is contained in:
@@ -23,10 +23,10 @@ go mod init demo/hello
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/quarkcms/quark-go/pkg/app/handler/admin"
|
||||
"github.com/quarkcms/quark-go/pkg/app/install"
|
||||
"github.com/quarkcms/quark-go/pkg/app/middleware"
|
||||
"github.com/quarkcms/quark-go/pkg/builder"
|
||||
"github.com/quarkcms/quark-go/v2/pkg/app/handler/admin"
|
||||
"github.com/quarkcms/quark-go/v2/pkg/app/install"
|
||||
"github.com/quarkcms/quark-go/v2/pkg/app/middleware"
|
||||
"github.com/quarkcms/quark-go/v2/pkg/builder"
|
||||
"gorm.io/driver/sqlite"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
Reference in New Issue
Block a user