code refactor

This commit is contained in:
MaysWind
2020-12-06 20:30:59 +08:00
parent 68d7c7a698
commit 28366e7e33
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
package services
import (
"time"
"xorm.io/xorm"
"github.com/mayswind/lab/pkg/datastore"
"github.com/mayswind/lab/pkg/errs"
"github.com/mayswind/lab/pkg/models"
"github.com/mayswind/lab/pkg/uuid"
"time"
"xorm.io/xorm"
)
type TransactionTagService struct {
+1 -1
View File
@@ -2,8 +2,8 @@ package services
import (
"time"
"xorm.io/xorm"
"xorm.io/xorm"
"github.com/pquerna/otp"
"github.com/pquerna/otp/totp"