slackcat icon indicating copy to clipboard operation
slackcat copied to clipboard

Move Slack-specific slackcat logic in to a separate package

Open thisisaaronland opened this issue 9 years ago • 0 comments

We did this mostly so that we could do this:

https://github.com/whosonfirst/go-slackcat-writer (specifically so we could use it with io.MultiWriter for logging)

Which could have been done without using slackcat or just copy/pasting the relevant code but since we like slackcat this seemed like a better idea.

The Makefile stuff is mostly because Go build/packaging still feels like a weird chicken-and-egg problem, but maybe I am just doing it wrong?

thisisaaronland avatar Nov 24 '15 00:11 thisisaaronland