/superheroes

Get superhero names

Primary LanguageGoMIT LicenseMIT

superheroes

Get superhero names

Inspired by Sindre Sorhus's superheroes

Install

go get -u github.com/fernandoporazzi/superheroes

Usage

To return all superheroes from the list:

superheroes.All()

To return a random superhero:

superheroes.Random()

Related