repositorypackage
9.0.0+incompatible
Repository: https://github.com/essentialkaos/slacker.git
Documentation: pkg.go.dev
# README
slacker
is simple go package for bootstraping Slack bots.
Installation
Before the initial install allows git to use redirects for pkg.re service (reason why you should do this described here):
git config --global http.https://pkg.re.followRedirects true
Make sure you have a working Go 1.12+ workspace (instructions), then:
go get pkg.re/essentialkaos/slacker.v9
For update to latest stable release, do:
go get -u pkg.re/essentialkaos/slacker.v9
Build Status
Branch | Status |
---|---|
master | |
develop |
Contributing
Before contributing to this project please read our Contributing Guidelines.