1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00

Minor update for slack usage doc

This commit is contained in:
Sebastian Spaink 2021-03-01 20:33:42 -06:00
parent 20a53512fb
commit dbf6bf12f1

View File

@ -42,12 +42,14 @@ func main() {
// Send a message
_ = notifier.Send(
context.Background(),
"Hello :wave:\n",
"I am a bot written in Go!",
)
// Code isn't working and need to debug? Use this code below:
// x := notifier.Send(
// context.Background(),
// "Hello :wave:\n",
// "I am a bot written in Go!",
// )