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

@ -4,7 +4,7 @@ import (
"github.com/eyebluecn/tank/code/core"
"github.com/eyebluecn/tank/code/tool/builder"
"github.com/eyebluecn/tank/code/tool/result"
"github.com/nu7hatch/gouuid"
"github.com/eyebluecn/tank/code/tool/uuid"
"time"
)