go生成uuid

"github.com/satori/go.uuid"
uid, _ := uuid.NewV4()
放在gin的context里玩耍
//c.Set("uuid", uid)
//应用里面打日志
//uid,_:= c.Get("uuid")