An IRC bot which reacts to user interactions with an IRC channel.
go get -u github.com/tosan88/go-exercise-2
go-exercise-2 --server="chat.freenode.net:6667" --channel="go-test-bot" --bot-name="test-bot" --db-file-name="my.db"
go test -v -race ./...
You could install an IRC client of your choice (e.g. Circ, a Google Chrome app) and see how the bot behaves by joining to the same server and channel as the bot.