Skip to content

UUID4 generator

Constructor

func New() *Generator {
    return &Generator{}
}

Methods

func (g *Generator) Generate() string