1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-24 03:16:35 +02:00

Merge pull request #55 from sspaink/updatedoc

docs(slack): Minor update for slack usage doc (#55)
This commit is contained in:
Niko Köser 2021-03-06 11:08:09 +01:00 committed by GitHub
commit 44d8392272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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!",
// )