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

https://github.com/marstr/randname

A Go package which creates random names
https://github.com/marstr/randname

haikunator name randname random

Last synced: 8 months ago
JSON representation

A Go package which creates random names

Awesome Lists containing this project

README

          

# randname
[![Build Status](https://mstrobel.visualstudio.com/randname/_apis/build/status/randname-CI)](https://mstrobel.visualstudio.com/randname/_build/latest?definitionId=6)

A Go package which creates random names with an emphasis on flexibility and ease of use.

# Contributing

Feel free to send PRs my way! Just make sure that your code passes `golint` and `go test`. If you add any publicly exported methods, please document them.