Skip to content

[Mirror] Heroku-like Random Names in Go

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.wordnet
Notifications You must be signed in to change notification settings

ellcrys/goherokuname

 
 

Repository files navigation

goherokuname

Build Status

Heroku-like Random Names in Go

To install use:

go get -f -u cirello.io/goherokuname/...

It contais three dictionaries, one small, one big and one of simple words. If you want to compile with the big one, you are going to need to use build tags:

go build -tags herokuComplete

or

go get -f -u -tags 'herokuComplete' cirello.io/goherokuname/...

If you want the one with simple words:

go build -tags herokuSimple

or

go get -f -u -tags 'herokuSimple' cirello.io/goherokuname/...

The big dictionary is actually from Wordnet of Princeton. Please, be sure to agree with their license before using it.

See documentation at http://godoc.org/cirello.io/goherokuname.

About

[Mirror] Heroku-like Random Names in Go

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.wordnet

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%