Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthewelse/readable-ids

Human Readable Identifiers in Go
https://github.com/matthewelse/readable-ids

Last synced: about 1 month ago
JSON representation

Human Readable Identifiers in Go

Awesome Lists containing this project

README

        

# readable-ids

Human Readable Identifiers in Go. Generates a random, memorable, human-readable string.

## Usage

```go
package main

import (
"fmt"
"crypto/rand"
"github.com/matthewelse/readable-ids"
)

func main() {
fmt.Println(readableid.GenID(rand.Reader, 100))
}
```

## Improvements

- [ ] Increase the number of possible combinations by adding verbs and adverbs.