Fetch random cat facts from a very unreliable API that frequently fails with 500.
Install the Dispatch CLI:
brew tap dispatchrun/dispatch
brew install dispatch
For other ways to install, see the Dispatch CLI README.
Login to Dispatch, or create a free account:
dispatch login
Start the application via the following command:
dispatch run -- go run main.go
Note that requests to cat facts API may fail, but Dispatch automatically retries until successful response.