package utuuid import "github.com/google/uuid" func GetUint32() uint32 { return uuid.New().ID() }