randid 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