Categorygithub.com/makotano/golang_slack_client_sample
modulepackage
0.0.0-20160125062248-0b33e2696adb
Repository: https://github.com/makotano/golang_slack_client_sample.git
Documentation: pkg.go.dev

# README

golang_slack_client_sample

A sample of command line slack post client.

usage

  • Setup your slack incoming webhook. see https://api.slack.com/incoming-webhooks
  • Set config/config.toml (you should set url and channel)
  • execute go run slack_client.go post {some message} from command line.