A Pokedex written in Go using the free API from https://pokeapi.co/docs/v2
Make sure you have the latest version of Go installed (see go.mod) and run go build from the root directory of this program to build the binary then run go run . to use the CLI.
see https://go.dev/doc/install for more information on installing Go on your machine.