Blaster
Slack bot for sending out announcements.
Running locally
Running the proper Heroku way is done as follows:
go get ./...
heroku local
However, there's nothing stopping you from running it like a normal Go app:
make run
Slack bot for sending out announcements.
Running the proper Heroku way is done as follows:
go get ./...
heroku local
However, there's nothing stopping you from running it like a normal Go app:
make run