Migrate guuid.

This commit is contained in:
lishuang
2020-07-11 15:36:21 +08:00
parent 24e8dc4e9f
commit 02e0f10016
18 changed files with 378 additions and 50 deletions

View File

@ -3,8 +3,8 @@ package rest
import (
"github.com/eyebluecn/tank/code/core"
"github.com/eyebluecn/tank/code/tool/builder"
"github.com/eyebluecn/tank/code/tool/uuid"
"github.com/jinzhu/gorm"
"github.com/nu7hatch/gouuid"
"time"
)