Skip to content

moonrhythm/randid

Repository files navigation

randid

Build Status Go Report Card GoDoc

Random ID generator using timestamp as prefix

Installation

go get github.com/moonrhythm/randid

Usage

package main

import (
    "fmt"

    "github.com/moonrhythm/randid"
)

func main() {
    id := randid.MustGenerate().String()
    fmt.Println(id)
}

License

MIT

About

Random ID generator using timestamp as prefix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages