An open API service indexing awesome lists of open source software.

https://github.com/kevincobain2000/go-human-uuid

Generate human readable UUID in GO
https://github.com/kevincobain2000/go-human-uuid

golang human-readable uuid uuid-generator

Last synced: 7 months ago
JSON representation

Generate human readable UUID in GO

Awesome Lists containing this project

README

          


Generate Human Readable UUID in GO.

---

**UUID:** Generate human readable UUID in GO.

## Usage

```
DARAW
XAHAJ
LAXOQ
LUPUV
VECIQ
```

**Generate with Options**

```go
import (
g github.com/kevincobain2000/go-human-uuid/lib
)

func main() {
options := []g.Option{
func(opt *g.Options) error {
opt.Length = 10
return nil
},
}
gen, err := g.NewGenerator(options...)
gen.Generate()
}
```

### Disclaimer