slack
Slack API in Go - community-maintained fork created by the original author, @nlopes
How to download and setup slack
Open terminal and run command
git clone https://github.com/slack-go/slack.git
git clone is used to create a copy or clone of slack repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with slack https://github.com/slack-go/slack/archive/master.zip
Or simply clone slack with SSH
[email protected]:slack-go/slack.git