fix(database): fix the error when load package

fix the error of 'failed to load package : could not load export data: no export data for
\"gorm.io/driver/mysql\"'
This commit is contained in:
Li4n0
2021-12-23 01:59:24 +08:00
parent 9d7a5b4598
commit 3ca242d086
3 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
package server
import (
"github.com/pkg/errors"
"strings"
"sync"
"github.com/pkg/errors"
"github.com/gin-gonic/gin"
"github.com/li4n0/revsuit/internal/database"
"github.com/li4n0/revsuit/internal/file"