package utils import ( "github.com/pborman/uuid" ) // GetGUID 获取GUID func GetGUID() string { return uuid.New() }