a very simple implementation of number guessing game using Go.
- generates a random number
- gets a fact about that number from numbersapi.
- checks with the user input.
$ git clone https://github.com/nsltharaka/guess-game.git
$ cd guess-game
$ go run . --limit 100