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
- Host: GitHub
- URL: https://github.com/marstr/randname
- Owner: marstr
- License: mit
- Created: 2017-08-04T00:17:41.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2020-09-19T07:42:35.000Z (over 5 years ago)
- Last Synced: 2024-06-19T00:16:00.050Z (almost 2 years ago)
- Topics: haikunator, name, randname, random
- Language: Go
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# randname
[](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.