# README
uuid
引用方法:
go get github.com/infoepoch/go-dev-common/utils/uuid
使用方法
s, e := uuid.GetUuid()
if e != nil {
t.Error(e.Error())
}
fmt.Println("uuid: ", s)
# Functions
GetUUID 获取 uuid.
go get github.com/infoepoch/go-dev-common/utils/uuid
s, e := uuid.GetUuid()
if e != nil {
t.Error(e.Error())
}
fmt.Println("uuid: ", s)