"github.com/satori/go.uuid"

uid, _ := uuid.NewV4()

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

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-09-30
  • 2022-01-04
  • 2021-06-10
  • 2021-11-01
  • 2022-01-31
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2021-08-06
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
相关资源
相似解决方案